diff options
author | Simo Sorce <idra@samba.org> | 2006-10-23 00:17:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:21:36 -0500 |
commit | 766193da3f7143005c8a0f01370661f0afd096ad (patch) | |
tree | e96257d626ce2374311e4707b5aa1587e061571b /source4/lib | |
parent | 8e82a7610596fbfa82c9acf76f88199a0ae87190 (diff) | |
download | samba-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')
-rwxr-xr-x | source4/lib/ldb/standalone.sh | 5 |
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 .. |