r19375: very basic helper script to build ldb standalone
authorSimo Sorce <idra@samba.org>
Tue, 17 Oct 2006 17:16:50 +0000 (17:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:21:19 +0000 (14:21 -0500)
(This used to be commit b4c8bf7398cd8a9a2132dd4b04a0ea8004e7f1b0)

source4/lib/ldb/standalone.sh [new file with mode: 0755]

diff --git a/source4/lib/ldb/standalone.sh b/source4/lib/ldb/standalone.sh
new file mode 100755 (executable)
index 0000000..4a08568
--- /dev/null
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+cd ../replace
+make clean
+
+cd ../talloc
+make clean
+
+cd ../tdb
+make clean
+
+cd ../ldb
+make clean
+
+./autogen.sh
+
+mkdir build
+cd  build
+
+../configure
+make