source: branches/samba-3.2.x/source/lib/ldb/standalone.sh

Last change on this file was 133, checked in by Paul Smedley, 17 years ago

Update trunk to 3.2.0pre3

File size: 197 bytes
Line 
1#!/bin/sh
2
3cd ../replace
4make clean
5
6cd ../talloc
7make clean
8
9cd ../tdb
10make clean
11
12cd ../ldb
13make clean
14
15./autogen.sh
16
17rm -fr build
18mkdir build
19cd build
20
21../configure $*
22make dirs
23make all
24
25cd ..
Note: See TracBrowser for help on using the repository browser.