source: branches/samba-3.5.x/source4/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: 222 bytes
Line 
1#!/bin/sh
2
3cd ../replace
4make clean
5
6cd ../talloc
7make clean
8
9cd ../tdb
10make clean
11
12cd ../events
13make clean
14
15cd ../ldb
16make clean
17
18./autogen.sh
19
20rm -fr build
21mkdir build
22cd build
23
24../configure $*
25make dirs
26make all
27
28cd ..
Note: See TracBrowser for help on using the repository browser.