mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-15 01:46:34 +01:00
2.X-ify noderun, part two
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12683 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5e166a2113
commit
c01c0d74fd
1 changed files with 3 additions and 1 deletions
|
|
@ -9,9 +9,11 @@ if mount | grep --silent vmshare ; then
|
|||
sudo mount -t vboxsf vmshare $HOME/vmshare
|
||||
fi
|
||||
|
||||
NPROCS=`grep -c processor /cpu/procinfo`
|
||||
|
||||
cd $BASE || exit 1
|
||||
svn update || exit 1
|
||||
scons || exit 1
|
||||
scons --config=force -j$NPROCS || exit 1
|
||||
cd tools/linux_packaging || exit 1
|
||||
./build --public --strip some || exit 1
|
||||
./package --public --singlearch || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue