VirtualBox

Ignore:
Timestamp:
Jun 19, 2012 10:44:52 PM (12 years ago)
Author:
bird
Message:

gnumake/current -> 3.82-cvs.

Location:
vendor/gnumake/current
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current

    • Property svn:ignore deleted
  • vendor/gnumake/current/tests

    • Property svn:ignore deleted
  • vendor/gnumake/current/tests/scripts/variables/MAKEFILES

    • Property svn:eol-style changed from native to LF
    r53 r2596  
    3232&compare_output($answer,&get_logfile(1));
    3333
     34# TEST 2: Verify that included makefiles don't set the default goal.
     35# See Savannah bug #13401.
     36
     37create_file('xx-inc.mk', '
     38include_goal: ; @echo $@
     39include xx-ind.mk
     40');
     41
     42create_file('xx-ind.mk', '
     43indirect_goal: ; @echo $@
     44');
     45
     46run_make_test(q!
     47top: ; @echo $@
     48!,
     49              'MAKEFILES=xx-inc.mk', "top\n");
     50
     51unlink(qw(xx-inc.mk xx-ind.mk));
     52
    34531;
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