From 8e82a7610596fbfa82c9acf76f88199a0ae87190 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 22 Oct 2006 22:06:08 +0000 Subject: r19459: Do not build nss by default (it probably works only on linux) Fix warning with standalone.sh if build exists (This used to be commit d74fac574067ff2f3918ad435df2c2352e4b2ef7) --- source4/lib/ldb/standalone.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source4/lib/ldb/standalone.sh') diff --git a/source4/lib/ldb/standalone.sh b/source4/lib/ldb/standalone.sh index 4a085688c2..1c5d5f7e4f 100755 --- a/source4/lib/ldb/standalone.sh +++ b/source4/lib/ldb/standalone.sh @@ -14,8 +14,9 @@ make clean ./autogen.sh -mkdir build -cd build +mkdir -p build +cd build ../configure -make +make dirs +make all -- cgit