scripts: add plain and additive build scripts
[barry.git] / add-os22.sh
blob3c33594213df60f7dcf1ff24d7e7b2d1513242ae
1 #!/bin/sh
3 # meant to be run from inside a freshly checked out cvs workspace
4 # and run after the base library is compiled.
6 set -e
8 SCRIPTDIR="$(dirname "$0")"
10 cd opensync-plugin
11 ../"$SCRIPTDIR"/configure-barryopensync.sh
12 make -j2
13 make install