Changeset 1994 in kBuild for trunk/src/kmk/tests/scripts
- Timestamp:
- Oct 29, 2008 3:20:22 AM (16 years ago)
- Location:
- trunk/src/kmk/tests/scripts/targets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/tests/scripts/targets/INTERMEDIATE
r1993 r1994 57 57 # TEST #3 58 58 # kmk+fast: differs because of different hashing. 59 # kmk: suspect the -j1 actually hides a bug, 'cp bar.f bar.e' is executed twice.60 59 61 &run_make_with_options($makefile,' -j1foo.c',&get_logfile);60 &run_make_with_options($makefile,'foo.c',&get_logfile); 62 61 $answer = "cp foo.f foo.e\ncp bar.f bar.e\ncat foo.e bar.e > foo.c\n" 63 62 . (!$is_kmk && !$is_fast ? "rm bar.e foo.e\n" : "rm foo.e bar.e\n"); … … 72 71 # TEST #5 73 72 # kmk+fast: differs because of different hashing. 74 # kmk: suspect the -j1 actually hides a bug, 'cp bar.f bar.e' is executed twice.75 73 76 74 &utouch(-10, 'foo.c'); 77 75 &touch('foo.f'); 78 76 79 &run_make_with_options($makefile,' -j1foo.c',&get_logfile);77 &run_make_with_options($makefile,'foo.c',&get_logfile); 80 78 $answer = "cp foo.f foo.e\ncp bar.f bar.e\ncat foo.e bar.e > foo.c\n" 81 79 . (!$is_kmk && !$is_fast ? "rm bar.e foo.e\n" : "rm foo.e bar.e\n"); -
trunk/src/kmk/tests/scripts/targets/SECONDARY
r1993 r1994 124 124 # TEST #9 -- Savannah bug #15919 125 125 # The original fix for this bug caused a new bug, shown here. 126 # kmk: suspect the -j1 actually hides a bug, 'cp 2.a 2.b' is executed twice.127 126 128 127 touch(qw(1.a 2.a));
Note:
See TracChangeset
for help on using the changeset viewer.