]> git.sur5r.net Git - bacula/bacula/commitdiff
A bit of cleanup
authorKern Sibbald <kern@sibbald.com>
Mon, 26 Mar 2007 10:34:10 +0000 (10:34 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 26 Mar 2007 10:34:10 +0000 (10:34 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4424 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/setup

index 3ab7ce3dc5f0ce5a870fda0445d9870f309942fc..9b592f6664ef357a560c6aea79426ea9647e3379 100755 (executable)
@@ -33,6 +33,10 @@ rm -f Makefile config.cache
 # Run Bacula configuration, make, install
 ./regress-config ${cwd} $2 $3 $4 $5 $6
 check_exit_code
+# Cleanup any win32 build in source
+cd src/win32
+make clean
+cd ../..
 make
 check_exit_code
 make install