]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak up build concurrency
authorKern Sibbald <kern@sibbald.com>
Mon, 24 Jan 2011 19:48:06 +0000 (20:48 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:39:53 +0000 (14:39 +0200)
regress/scripts/setup

index 0a9311ccd8751619dfb1da579e731a37eac2f499..6f6b22c04d2dfc7fb0c5bef8342a3a038624b416 100755 (executable)
@@ -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