Bisect with make -j

This commit is contained in:
Travis Cross 2014-04-30 17:10:30 +00:00
parent 43c9f6d5f9
commit c37d0dd6f0
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ build_fs () (
{ git describe HEAD \
&& ./bootstrap.sh -j \
&& ./configure -C --enable-fhs \
&& make; } 2>&1 | tee build.log
&& make -j; } 2>&1 | tee build.log
)
good () { exit 0; }