1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r19375: very basic helper script to build ldb standalone

(This used to be commit b4c8bf7398)
This commit is contained in:
Simo Sorce 2006-10-17 17:16:50 +00:00 committed by Gerald (Jerry) Carter
parent 8acb0575c7
commit 946225b683

21
source4/lib/ldb/standalone.sh Executable file
View File

@ -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