Changeset 1993 in kBuild for trunk/src/kmk/tests/scripts/options/dash-l
- Timestamp:
- Oct 29, 2008 12:37:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/tests/scripts/options/dash-l
r969 r1993 46 46 $mkoptions .= " -j 4" if ($parallel_jobs); 47 47 48 &run_make_with_options($makefile, $mkoptions, &get_logfile); 48 # We have to wait longer than the default (5s). 49 &run_make_with_options($makefile, $mkoptions, &get_logfile, 0, 8); 49 50 50 51 $slurp = &read_file_into_string (&get_logfile(1));
Note:
See TracChangeset
for help on using the changeset viewer.