Changeset 2596 in kBuild for vendor/gnumake/current/tests/scripts/variables/DEFAULT_GOAL
- 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/DEFAULT_GOAL (modified) (1 diff, 2 props)
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/DEFAULT_GOAL
-
Property svn:eol-style
changed from
nativetoLF - Property svn:keywords deleted
r283 r2596 74 74 'foo'); 75 75 76 # TEST #5: .DEFAULT_GOAL containing just whitespace (Savannah bug #25697) 77 78 run_make_test(' 79 N = 80 .DEFAULT_GOAL = $N $N # Just whitespace 81 82 foo: ; @echo "boo" 83 ', 84 '', "#MAKE#: *** No targets. Stop.\n", 512); 76 85 77 86 # This tells the test driver that the perl test script executed properly. -
Property svn:eol-style
changed from
Note:
See TracChangeset
for help on using the changeset viewer.

