[Summary] Adding a chance of using some more args for ./waf configure

This commit is contained in:
Valeriy Kamyshniy 2014-11-07 13:48:37 +02:00
parent 0ae0477945
commit 6ecb3abb0d

View file

@ -4,6 +4,8 @@ cd $AD/tracks
./waf build -v
else
./waf clean
if ./waf configure --program-name="Tracks Live"; then ./waf build -v; fi
echo ./waf configure $2 $3 $4 $5 $6 --program-name="Tracks Live"
if ./waf configure $2 $3 $4 $5 $6 --program-name="Tracks Live"; then ./waf build -v; fi
fi
) 2>&1 | tee $AD/buildlog.txt #"$AD/tracks-build-log.`date +%Y-%m-%d--%H.%M`.txt"