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/variables/special

    r53 r284  
    55$details = "";
    66
    7 $makefile2 = &get_tmpfile;
    8 
    9 
    10 open(MAKEFILE, "> $makefile");
    11 
    12 print MAKEFILE <<'EOF';
     7&run_make_test('
    138
    149X1 := $(sort $(filter FOO BAR,$(.VARIABLES)))
     
    2419        @echo X2 = $(X2)
    2520        @echo LAST = $(sort $(filter FOO BAR,$(.VARIABLES)))
    26 
    27 EOF
    28 
    29 close(MAKEFILE);
    30 
    31 # TEST #1
    32 # -------
    33 
    34 &run_make_with_options($makefile, "", &get_logfile);
    35 $answer = "X1 =\nX2 = FOO\nLAST = BAR FOO\n";
    36 &compare_output($answer, &get_logfile(1));
     21',
     22               '', "X1 =\nX2 = FOO\nLAST = BAR FOO\n");
    3723
    3824
    3925
    40 
     26# $makefile2 = &get_tmpfile;
    4127# open(MAKEFILE, "> $makefile2");
    4228
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