--- elwix/build_tools.sh 2014/01/17 01:11:52 1.6.6.5 +++ elwix/build_tools.sh 2014/01/20 00:04:35 1.6.6.6 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_tools.sh,v 1.6.6.5 2014/01/17 01:11:52 misho Exp $ +# $Id: build_tools.sh,v 1.6.6.6 2014/01/20 00:04:35 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -351,21 +351,24 @@ build_tools() } ### main() -if ! SnitVer ${WORLD}/elwix/elwix.ver; then - compile_deps || exit 1 +compile_deps || exit 1 + +#if ! SnitVer ${WORLD}/elwix/elwix.ver; then # clean_bootstrap # compile_bootstrap || exit 1 +# +# echo "ELWIX Platform:${PLATFORM} Version:${VERSION} TargetArch:${TARGET_ARCH}" >${WORLD}/elwix/elwix.ver +#else +# echo "Skipped ELWIX bootstrap pkgsrc tools build ..." +#fi - echo "ELWIX Platform:${PLATFORM} Version:${VERSION} TargetArch:${TARGET_ARCH}" >${WORLD}/elwix/elwix.ver -else - echo "Skipped ELWIX bootstrap pkgsrc tools build ..." -fi - if ! SnitVer ${WORLD}/usr/local/elwix.ver; then clean_tools + compile_fbsdtools compile_files compile_tools + build_tools echo "ELWIX Platform:${PLATFORM} Version:${VERSION} TargetArch:${TARGET_ARCH}" >${WORLD}/usr/local/elwix.ver