From c37d0dd6f0180d79aeead737191ed724f5afcd15 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Wed, 30 Apr 2014 17:10:30 +0000 Subject: [PATCH] Bisect with make -j --- scripts/bisect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }