git.samba.org
/
samba.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
r19459: Do not build nss by default (it probably works only on linux)
[samba.git]
/
source4
/
lib
/
ldb
/
standalone.sh
1
#!/bin/sh
2
3
cd ../replace
4
make clean
5
6
cd ../talloc
7
make clean
8
9
cd ../tdb
10
make clean
11
12
cd ../ldb
13
make clean
14
15
./autogen.sh
16
17
mkdir -p build
18
cd build
19
20
../configure
21
make dirs
22
make all