VirtualBox

Ignore:
Timestamp:
May 16, 2005 4:54:08 PM (19 years ago)
Author:
bird
Message:

Current make snaphot, 2005-05-16.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake/tests/scripts/features/statipattrules

    r53 r284  
    5656$makefile2 = &get_tmpfile;
    5757open(MAKEFILE, "> $makefile2");
    58 print MAKEFILE "foo: foo%: % ; \@echo $@\n";
     58print MAKEFILE "foo: foo%: % ; \@echo \$@\n";
    5959close(MAKEFILE);
    6060
    61 &run_make_with_options($makefile2, '', &get_logfile, 512);
    62 $answer = "$makefile2:1: *** target `foo' leaves prerequisite pattern empty.  Stop.\n";
     61&run_make_with_options($makefile2, '', &get_logfile);
     62$answer = "foo\n";
    6363&compare_output($answer, &get_logfile(1));
    6464
     65# TEST #5 -- bug #12180: core dump on a stat pattern rule with an empty
     66#                        prerequisite list.
     67#
     68run_make_test('
     69foo.x bar.x: %.x : ; @echo $@
     70
     71',
     72'',
     73'foo.x
     74');
    6575
    66761;
    67 
    68 
    69 
    70 
    71 
    72 
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette