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

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

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.