r19460: currently building when there is an existing previous build in place is broken
authorSimo Sorce <idra@samba.org>
Mon, 23 Oct 2006 00:17:04 +0000 (00:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:21:36 +0000 (14:21 -0500)
source/lib/ldb/standalone.sh

index 1c5d5f7e4f33cb762f3698e2775b0ba0680455b5..598738088089402bb6a091388a6a83b231f44f10 100755 (executable)
@@ -14,9 +14,12 @@ make clean
 
 ./autogen.sh
 
-mkdir -p build
+rm -fr build
+mkdir build
 cd build
 
 ../configure
 make dirs
 make all
+
+cd ..