mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
quieten down linux build script
git-svn-id: svn://localhost/ardour2/branches/3.0@12442 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
450965602b
commit
f94e66e095
1 changed files with 2 additions and 6 deletions
|
|
@ -332,29 +332,25 @@ if test x$WITH_LADSPA != x ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Control Surfaces
|
# Control Surfaces
|
||||||
cp $BUILD_ROOT/libs/surfaces/*/libardour*.so* $Surfaces
|
cp $BUILD_ROOT/libs/surfaces/*/libardour_*.so* $Surfaces
|
||||||
# hack ... move libardour_cp back into Libraries
|
cp $BUILD_ROOT/libs/surfaces/control_protocol/libardourcp.so* $Libraries
|
||||||
mv $Surfaces/libardourcp.so* $Libraries
|
|
||||||
|
|
||||||
# MidiMaps
|
# MidiMaps
|
||||||
# got to be careful with names here
|
# got to be careful with names here
|
||||||
for x in $BUILD_ROOT/../midi_maps/*.map ; do
|
for x in $BUILD_ROOT/../midi_maps/*.map ; do
|
||||||
cp "$x" $MidiMaps
|
cp "$x" $MidiMaps
|
||||||
echo Copied MIDI map $x
|
|
||||||
done
|
done
|
||||||
|
|
||||||
# MIDNAM Patch Files
|
# MIDNAM Patch Files
|
||||||
# got to be careful with names here
|
# got to be careful with names here
|
||||||
for x in $BUILD_ROOT/../patchfiles/*.midnam ; do
|
for x in $BUILD_ROOT/../patchfiles/*.midnam ; do
|
||||||
cp "$x" $PatchFiles
|
cp "$x" $PatchFiles
|
||||||
echo Copied MIDNAM file "$x"
|
|
||||||
done
|
done
|
||||||
|
|
||||||
# MackieControl data
|
# MackieControl data
|
||||||
# got to be careful with names here
|
# got to be careful with names here
|
||||||
for x in $BUILD_ROOT/../mcp/*.device $BUILD_ROOT/../mcp/*.profile ; do
|
for x in $BUILD_ROOT/../mcp/*.device $BUILD_ROOT/../mcp/*.profile ; do
|
||||||
cp "$x" $MackieControl
|
cp "$x" $MackieControl
|
||||||
echo Copied Mackie Control file $x
|
|
||||||
done
|
done
|
||||||
|
|
||||||
# Templates
|
# Templates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue