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:
Paul Davis 2012-06-12 20:11:08 +00:00
parent 5e166a2113
commit c01c0d74fd

View file

@ -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