- Timestamp:
- Oct 26, 2008 10:09:47 PM (16 years ago)
- Location:
- trunk/src/kmk/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/tests/run_make_tests.pl
r1937 r1970 145 145 if ($options) { 146 146 $command .= " $options"; 147 } elsif ($is_kmk) { 148 # $command .= " -j1"; 147 149 } 148 150 -
trunk/src/kmk/tests/scripts/variables/flavors
r969 r1970 174 174 foo: ; $(FOO) 175 175 bar: ; @$(BAR) 176 ', ' ', 'hello176 ', '-j1', 'hello 177 177 echo world 178 178 world
Note:
See TracChangeset
for help on using the changeset viewer.