summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/standalone.sh
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-10-23 00:17:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:21:36 -0500
commit766193da3f7143005c8a0f01370661f0afd096ad (patch)
treee96257d626ce2374311e4707b5aa1587e061571b /source4/lib/ldb/standalone.sh
parent8e82a7610596fbfa82c9acf76f88199a0ae87190 (diff)
downloadsamba-766193da3f7143005c8a0f01370661f0afd096ad.tar.gz
samba-766193da3f7143005c8a0f01370661f0afd096ad.tar.bz2
samba-766193da3f7143005c8a0f01370661f0afd096ad.zip
r19460: currently building when there is an existing previous build in place is broken
(This used to be commit 59ac5cf96b208cebe2eb608d853314d335756068)
Diffstat (limited to 'source4/lib/ldb/standalone.sh')
-rwxr-xr-xsource4/lib/ldb/standalone.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/lib/ldb/standalone.sh b/source4/lib/ldb/standalone.sh
index 1c5d5f7e4f..5987380880 100755
--- a/source4/lib/ldb/standalone.sh
+++ b/source4/lib/ldb/standalone.sh
@@ -14,9 +14,12 @@ make clean
./autogen.sh
-mkdir -p build
+rm -fr build
+mkdir build
cd build
../configure
make dirs
make all
+
+cd ..