mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r19460: currently building when there is an existing previous build in place is broken
This commit is contained in:
parent
d74fac5740
commit
59ac5cf96b
@ -14,9 +14,12 @@ make clean
|
||||
|
||||
./autogen.sh
|
||||
|
||||
mkdir -p build
|
||||
rm -fr build
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
../configure
|
||||
make dirs
|
||||
make all
|
||||
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user