From: Kern Sibbald Date: Mon, 24 Jan 2011 19:48:06 +0000 (+0100) Subject: Tweak up build concurrency X-Git-Tag: Release-5.2.1~729 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6d4daddbd64ff247336526689206e48c89d43009;p=bacula%2Fbacula Tweak up build concurrency --- diff --git a/regress/scripts/setup b/regress/scripts/setup index 0a9311ccd8..6f6b22c04d 100755 --- a/regress/scripts/setup +++ b/regress/scripts/setup @@ -50,7 +50,7 @@ rm -f Makefile config.* check_exit_code # Cleanup any build in source make clean -make -j3 +make -j9 check_exit_code make install if [ a$KEEP_SOURCE = a ]; then