Diff for /elwix/build_tools.sh between versions 1.6.6.8 and 1.6.6.9

version 1.6.6.8, 2014/02/21 09:16:30 version 1.6.6.9, 2014/06/15 16:03:36
Line 325  compile_deps || exit 1 Line 325  compile_deps || exit 1
 #fi  #fi
   
 if ! SnitVer ${WORLD}/usr/local/elwix.ver; then  if ! SnitVer ${WORLD}/usr/local/elwix.ver; then
        clean_tools        clean_tools || exit 1
   
        compile_fbsdtools        compile_fbsdtools || exit 1
        compile_files        compile_files || exit 1
        compile_tools        compile_tools || exit 1
   
        build_tools        build_tools || exit 1
   
         echo "ELWIX Platform:${PLATFORM} Version:${VERSION} TargetArch:${TARGET_ARCH}" >${WORLD}/usr/local/elwix.ver          echo "ELWIX Platform:${PLATFORM} Version:${VERSION} TargetArch:${TARGET_ARCH}" >${WORLD}/usr/local/elwix.ver
 else  else

Removed from v.1.6.6.8  
changed lines
  Added in v.1.6.6.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>