summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/standalone.sh
blob: 4a085688c256534ddaa5aea6bae1b1a735e437c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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