mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
9 lines
248 B
Text
Executable file
9 lines
248 B
Text
Executable file
cd $AD/tracks
|
|
(
|
|
if [ "$1" != "rebuild" ] ; then
|
|
./waf build -v
|
|
else
|
|
./waf clean
|
|
if ./waf configure --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"
|