VirtualBox

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

Current make snaphot, 2005-05-16.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake/tests/scripts/variables/automatic

    r53 r284  
    6868
    6969&run_make_with_options($makefile2, "$dir/foo $dir/bar", &get_logfile);
    70 $answer = ".x\n$dir/foo.x\n\$.x\n\[email protected]\n$dir.x\nfoo.x\n$dir/bar.x\nbar.x\n";
     70$answer = ".x\n$dir/foo.x\nx\n\[email protected]\n$dir.x\nfoo.x\n$dir/bar.x\nbar.x\n";
    7171&compare_output($answer, &get_logfile(1));
    7272
    7373&run_make_with_options($makefile2, "$dir/x.z $dir/y.z", &get_logfile);
    74 $answer = ".x\n$dir/x.z.x\n\$.x\n\[email protected]\n$dir.x\nx.z.x\n.y\n$dir/y.z.y\n\$.y\n\[email protected]\n$dir.y\ny.z.y\n";
     74$answer = ".x\n$dir/x.z.x\nx\n\[email protected]\n$dir.x\nx.z.x\n.y\n$dir/y.z.y\n\y\n\[email protected]\n$dir.y\ny.z.y\n";
    7575&compare_output($answer, &get_logfile(1));
    7676
     
    7979&compare_output($answer, &get_logfile(1));
    8080
     81# TEST #3 -- test for Savannah bug #12320.
     82#
     83run_make_test('
     84.SUFFIXES: .b .src
     85
     86mbr.b: mbr.src
     87        @echo $*
     88
     89mbr.src: ; @:
     90
     91',
     92'',
     93'mbr
     94');
     95
    81961;
Note: See TracChangeset for help on using the changeset viewer.

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