From 766193da3f7143005c8a0f01370661f0afd096ad Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 23 Oct 2006 00:17:04 +0000 Subject: r19460: currently building when there is an existing previous build in place is broken (This used to be commit 59ac5cf96b208cebe2eb608d853314d335756068) --- source4/lib/ldb/standalone.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source4/lib/ldb/standalone.sh') 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 .. -- cgit