mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
844acb2260
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
10 lines
135 B
Bash
Executable File
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 $*
|