svn commit: samba r19375 - in branches/SAMBA_4_0/source/lib/ldb: .

idra at samba.org idra at samba.org
Tue Oct 17 17:16:51 GMT 2006


Author: idra
Date: 2006-10-17 17:16:50 +0000 (Tue, 17 Oct 2006)
New Revision: 19375

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19375

Log:

very basic helper script to build ldb standalone


Added:
   branches/SAMBA_4_0/source/lib/ldb/standalone.sh


Changeset:
Added: branches/SAMBA_4_0/source/lib/ldb/standalone.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/standalone.sh	2006-10-17 15:57:00 UTC (rev 19374)
+++ branches/SAMBA_4_0/source/lib/ldb/standalone.sh	2006-10-17 17:16:50 UTC (rev 19375)
@@ -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


Property changes on: branches/SAMBA_4_0/source/lib/ldb/standalone.sh
___________________________________________________________________
Name: svn:executable
   + *



More information about the samba-cvs mailing list