mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +01:00
[Details] Changed global MUTE button Made Master UI selectable Refactored "show master bus in the inspector" usecases
9 lines
264 B
Text
Executable file
9 lines
264 B
Text
Executable file
cd $AD/tracks
|
|
(
|
|
if [ "$1" != "rebuild" ] ; then
|
|
./waf build -v
|
|
else
|
|
./waf clean
|
|
if ./waf configure --internal-static-libs --program-name=Tracks; then ./waf build -v; fi
|
|
fi
|
|
) 2>&1 | tee $AD/buildlog.txt #"$AD/tracks-build-log.`date +%Y-%m-%d--%H.%M`.txt"
|