]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/setup
update configure
[bacula/bacula] / regress / scripts / setup
index d8b02fcc1d2394b7f7ec99b9d421e56f216dff2f..3954298fa081bb1a47d6b41f2994557b22c2a2b8 100755 (executable)
@@ -50,14 +50,16 @@ rm -f Makefile config.*
 check_exit_code
 # Cleanup any build in source
 make clean
-make -j3
+make $MAKEOPT
 check_exit_code
 make install
-rm -rf examples patches
-check_exit_code
-# eliminate non-essential directories to reduce
-#   size.  Otherwise regress run too long
-rm -rf src/win32 examples patches
+if [ a$KEEP_SOURCE = a ]; then
+   rm -rf examples patches
+   check_exit_code
+   # eliminate non-essential directories to reduce
+   #   size.  Otherwise regress run too long
+   rm -rf src/win32 examples patches
+fi
 # get all tools -- especially testls
 cd src/tools
 make installall