From: Kern Sibbald Date: Sun, 6 Feb 2011 17:07:43 +0000 (+0100) Subject: Add MAKEOPT to conf for regression X-Git-Tag: Release-7.0.0~1149 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5be57854271570dded3cd250e18332335931cb47;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