Changeset 2596 in kBuild for vendor/gnumake/current/tests/scripts/options/dash-B
- 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/options/dash-B (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/options/dash-B
-
Property svn:eol-style
changed from
nativetoLF
r501 r2596 71 71 rmfiles('foo.x', 'blah.x'); 72 72 73 # Test that $? is set properly with -B; all prerequisites will be newer! 74 75 utouch(-10, 'x.b'); 76 touch('x.a'); 77 78 run_make_test(q! 79 x.a: x.b ; @echo $? 80 !, 81 '-B', "x.b\n"); 82 83 unlink(qw(x.a x.b)); 84 73 85 1; -
Property svn:eol-style
changed from
Note:
See TracChangeset
for help on using the changeset viewer.

