Don't keep a samba3-specific copy of ldb, use the new common code
[abartlet/samba.git/.git] / source3 / lib / ldb / standalone.sh
diff --git a/source3/lib/ldb/standalone.sh b/source3/lib/ldb/standalone.sh
deleted file mode 100755 (executable)
index fa1b9ba..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-cd ../replace
-make clean
-
-cd ../talloc
-make clean
-
-cd ../tdb
-make clean
-
-cd ../ldb
-make clean
-
-./autogen.sh
-
-rm -fr build
-mkdir build
-cd build
-
-../configure $*
-make dirs
-make all
-
-cd ..