From: Kern Sibbald Date: Sun, 6 Feb 2011 17:07:43 +0000 (+0100) Subject: Add MAKEOPT to conf for regression X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6690b80a7a0c9a2b4a6ad0e3398fd85f9574c3d9;p=bacula%2Fbacula Add MAKEOPT to conf for regression --- diff --git a/regress/scripts/setup b/regress/scripts/setup index 6f6b22c04d..7ca614c098 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 -j9 +make ${MAKEOPT:-""} check_exit_code make install if [ a$KEEP_SOURCE = a ]; then