--- elwix/build_3thparty.sh 2014/01/07 09:31:42 1.4.2.4 +++ elwix/build_3thparty.sh 2014/01/07 10:25:30 1.4.2.5 @@ -5,13 +5,11 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_3thparty.sh,v 1.4.2.4 2014/01/07 09:31:42 misho Exp $ +# $Id: build_3thparty.sh,v 1.4.2.5 2014/01/07 10:25:30 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix -if [ -r ./config/rc.3thparty_helper ]; then - . ./config/rc.3thparty_helper -else +if [ ! -r ./config/rc.3thparty_helper ]; then echo echo "ELWIX project is not configured - Missing rc.3thparty_helper script" echo @@ -73,7 +71,7 @@ compile_3th() BUILD_SH="./config/rc.3thparty_helper" - ${BUILD_SH} expat ${CBUILD} ${PKG} ${TARGET_BUILD} + echo "${BUILD_SH} expat ${CBUILD} ${PKG} ${TARGET_BUILD}" [ $? -ne 0 ] && exit 1 ${BUILD_SH} libevent ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1