]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/Makefile.in
- Attempt to fix DVD writing by eliminating a number of the
[bacula/bacula] / regress / Makefile.in
index dbb6c3b5b51810572377a8033ee94ca74900429b..ef308a90bdadcf8d0dbb9ebc6b609cd299e80828 100644 (file)
@@ -14,8 +14,6 @@
 # suck in user's configuration
 @CONFIG@
 
-WHICHDB?="--with-sqlite=${SQLITE_DIR}"
-
 first_rule: all
 
 all:
@@ -26,14 +24,18 @@ setup: bacula
 # Some machines cannot handle the sticky bit and other garbage that
 #  is in weird-files, so we load and run it only on Linux machines.
 #
-bacula: all   
+bacula: all sed
        @rm -rf bin build weird-files tmp
        (if test x`uname` = xLinux -o x`uname` = xFreeBSD ; then \
           tar xfz weird-files.tar.gz ;\
         fi)
        rm -rf tmp working
        mkdir tmp working
+       echo "Doing: scripts/setup ${BACULA_SOURCE} ${EMAIL} ${WHICHDB} ${TCPWRAPPERS}"
        scripts/setup ${BACULA_SOURCE} ${EMAIL} ${WHICHDB} ${TCPWRAPPERS}
+
+sed:
+       echo "Doing: scripts/do_sed ${EMAIL} ${TAPE_DRIVE} ${AUTOCHANGER} ${AUTOCHANGER_PATH}"
        scripts/do_sed ${EMAIL} ${TAPE_DRIVE} ${AUTOCHANGER} ${AUTOCHANGER_PATH}
 
 # Run all non-root userid tests