--- elwix/build_tools.sh 2014/02/21 09:16:30 1.6.6.8 +++ elwix/build_tools.sh 2014/06/15 16:03:36 1.6.6.9 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_tools.sh,v 1.6.6.8 2014/02/21 09:16:30 misho Exp $ +# $Id: build_tools.sh,v 1.6.6.9 2014/06/15 16:03:36 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -325,13 +325,13 @@ compile_deps || exit 1 #fi if ! SnitVer ${WORLD}/usr/local/elwix.ver; then - clean_tools + clean_tools || exit 1 - compile_fbsdtools - compile_files - compile_tools + compile_fbsdtools || exit 1 + compile_files || exit 1 + compile_tools || exit 1 - build_tools + build_tools || exit 1 echo "ELWIX Platform:${PLATFORM} Version:${VERSION} TargetArch:${TARGET_ARCH}" >${WORLD}/usr/local/elwix.ver else