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

Last change on this file was 206, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

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.