]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/Makefile.in
- Add check for df path for dvd_freespace
[bacula/bacula] / regress / Makefile.in
index 309452c5dcfb6d4fe9b714a3588a56ac7ec407dd..ef308a90bdadcf8d0dbb9ebc6b609cd299e80828 100644 (file)
@@ -14,8 +14,6 @@
 # suck in user's configuration
 @CONFIG@
 
-WHICHDB?="--with-sqlite"
-
 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
-       scripts/setup ${BACULA_SOURCE} ${DEPKGS} ${EMAIL} ${WHICHDB}
+       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
@@ -55,6 +57,7 @@ clean:
        rm -f test.out
        rm -f diff
        rm -f 1 2 3 scripts/1 scripts/2 scripts/3 tests/1 tests/2 tests/3
+       @find . -name .#* -exec $(RMF) {} \;
 
 # Reset our userid after running as root
 reset: