7 echo "Usage: ./test-build-local.sh tarball"
9 echo "Does a full build of given tarball."
15 TARNAME
=`basename "$TARPATH"`
16 TARFULLPATH
="$(pwd)/$TARPATH"
22 # perform the build test in 3 stages, so that we test the
23 # headers are valid for non-barry tree builds (i.e. can we build
24 # properly with headers installed in /usr/include/barry ?)
34 .
/configure
--prefix=/home
/$BUILDUSER/testbuild
/rootdir
38 export PKG_CONFIG_PATH
=/home
/$BUILDUSER/testbuild
/rootdir
/lib
/pkgconfig
39 .
/configure
--prefix=/home
/$BUILDUSER/testbuild
/rootdir
43 .
/configure
--prefix=/home
/$BUILDUSER/testbuild
/rootdir
45 #make install # not included, since opensync's install dest depends on target
49 echo "Press enter to continue..."