|
|
Author: idra
Date: 2006-10-23 00:17:04 +0000 (Mon, 23 Oct 2006)
New Revision: 19460
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19460
Log:
currently building when there is an existing previous build in place is broken
Modified:
branches/SAMBA_4_0/source/lib/ldb/standalone.sh
Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/standalone.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/standalone.sh 2006-10-22 22:06:08 UTC
(rev 19459)
+++ branches/SAMBA_4_0/source/lib/ldb/standalone.sh 2006-10-23 00:17:04 UTC
(rev 19460)
@@ -14,9 +14,12 @@
./autogen.sh
-mkdir -p build
+rm -fr build
+mkdir build
cd build
../configure
make dirs
make all
+
+cd ..
|
|