Changeset 2596 in kBuild for vendor/gnumake/current/tests/scripts/variables/MAKEFILES
- Timestamp:
- Jun 19, 2012 10:44:52 PM (12 years ago)
- Location:
- vendor/gnumake/current
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
tests (modified) (1 prop)
-
tests/scripts/variables/MAKEFILES (modified) (1 diff, 1 prop)
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
nativetoLF
r53 r2596 32 32 &compare_output($answer,&get_logfile(1)); 33 33 34 # TEST 2: Verify that included makefiles don't set the default goal. 35 # See Savannah bug #13401. 36 37 create_file('xx-inc.mk', ' 38 include_goal: ; @echo $@ 39 include xx-ind.mk 40 '); 41 42 create_file('xx-ind.mk', ' 43 indirect_goal: ; @echo $@ 44 '); 45 46 run_make_test(q! 47 top: ; @echo $@ 48 !, 49 'MAKEFILES=xx-inc.mk', "top\n"); 50 51 unlink(qw(xx-inc.mk xx-ind.mk)); 52 34 53 1; -
Property svn:eol-style
changed from
Note:
See TracChangeset
for help on using the changeset viewer.

