1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/configure.waf
Andrew Tridgell 844acb2260 build: waf quicktest nearly works
Rewrote wafsamba using a new dependency handling system, and started
adding the waf test code
2010-04-06 20:26:48 +10:00

10 lines
135 B
Bash
Executable File

#!/bin/bash
echo "Using waf based build"
WAF=../buildtools/waf
export WAFCACHE=$HOME/.wafcache
mkdir -p $WAFCACHE
$WAF configure $*