--- elwix/Attic/build_cross.sh 2011/09/17 10:39:47 1.1.1.1.2.9 +++ elwix/Attic/build_cross.sh 2011/09/25 16:40:54 1.1.1.1.2.10 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_cross.sh,v 1.1.1.1.2.9 2011/09/17 10:39:47 misho Exp $ +# $Id: build_cross.sh,v 1.1.1.1.2.10 2011/09/25 16:40:54 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -236,6 +236,8 @@ compile_3th() echo "+++ Compile ELWIX 3th party ..." cd $CROSS_3TH + ./build.sh expat ${CBUILD} ${PKG} + [ $? -ne 0 ] && exit 1 ./build.sh libevent ${CBUILD} ${PKG} [ $? -ne 0 ] && exit 1 ./build.sh lzo ${CBUILD} ${PKG}