repo.or.cz
/
barry.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
scripts: add plain and additive build scripts
[barry.git]
/
add-os22.sh
blob
3c33594213df60f7dcf1ff24d7e7b2d1513242ae
1
#!/bin/sh
2
3
# meant to be run from inside a freshly checked out cvs workspace
4
# and run after the base library is compiled.
5
6
set -e
7
8
SCRIPTDIR
=
"$(dirname "
$0
")"
9
10
cd
opensync-plugin
11
..
/
"
$SCRIPTDIR
"
/
configure-barryopensync.sh
12
make
-j2
13
make install
14