mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
13 lines
197 B
Bash
Executable File
13 lines
197 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Using waf based build"
|
|
|
|
WAF=../buildtools/waf
|
|
|
|
# don't enable WAFCACHE by default till it is
|
|
# size limited
|
|
#export WAFCACHE=$HOME/.wafcache
|
|
#mkdir -p $WAFCACHE
|
|
|
|
$WAF configure $*
|