diff --git a/scripts/bisect b/scripts/bisect index 00b82a3299..5c02cbbbe0 100755 --- a/scripts/bisect +++ b/scripts/bisect @@ -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; }