1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/configure.waf
2010-04-06 20:26:55 +10:00

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 $*