Changeset 1993 in kBuild for trunk/src/kmk/tests/scripts/targets/INTERMEDIATE
- Timestamp:
- Oct 29, 2008 12:37:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/tests/scripts/targets/INTERMEDIATE
r1973 r1993 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. 59 60 60 &run_make_with_options($makefile,' foo.c',&get_logfile);61 &run_make_with_options($makefile,'-j1 foo.c',&get_logfile); 61 62 $answer = "cp foo.f foo.e\ncp bar.f bar.e\ncat foo.e bar.e > foo.c\n" 62 63 . (!$is_kmk && !$is_fast ? "rm bar.e foo.e\n" : "rm foo.e bar.e\n"); … … 71 72 # TEST #5 72 73 # kmk+fast: differs because of different hashing. 74 # kmk: suspect the -j1 actually hides a bug, 'cp bar.f bar.e' is executed twice. 73 75 74 76 &utouch(-10, 'foo.c'); 75 77 &touch('foo.f'); 76 78 77 &run_make_with_options($makefile,' foo.c',&get_logfile);79 &run_make_with_options($makefile,'-j1 foo.c',&get_logfile); 78 80 $answer = "cp foo.f foo.e\ncp bar.f bar.e\ncat foo.e bar.e > foo.c\n" 79 81 . (!$is_kmk && !$is_fast ? "rm bar.e foo.e\n" : "rm foo.e bar.e\n");
Note:
See TracChangeset
for help on using the changeset viewer.