Diff for /elwix/build_tools.sh between versions 1.6.6.4 and 1.6.6.6

version 1.6.6.4, 2014/01/15 09:15:43 version 1.6.6.6, 2014/01/20 00:04:35
Line 16  if [ X"${ELWIX_IS_CONFIGURED}" != X"YES" ]; then Line 16  if [ X"${ELWIX_IS_CONFIGURED}" != X"YES" ]; then
         exit 1          exit 1
 fi  fi
 V=${VERSION}  V=${VERSION}
[ -r ${CENV} ] && . ${CENV}#[ -r ${CENV} ] && . ${CENV}
 unset INSTALL  unset INSTALL
 unset VERSION  unset VERSION
 VERSION="$V"  VERSION="$V"
Line 351  build_tools() Line 351  build_tools()
 }  }
   
 ### main()  ### main()
if ! SnitVer ${WORLD}/elwix/elwix.ver; thencompile_deps || exit 1
        compile_deps || exit 1
 #if ! SnitVer ${WORLD}/elwix/elwix.ver; then
 #       clean_bootstrap  #       clean_bootstrap
 #       compile_bootstrap || exit 1  #       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  if ! SnitVer ${WORLD}/usr/local/elwix.ver; then
         clean_tools          clean_tools
   
         compile_fbsdtools          compile_fbsdtools
         compile_files          compile_files
         compile_tools          compile_tools
   
         build_tools          build_tools
   
         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

Removed from v.1.6.6.4  
changed lines
  Added in v.1.6.6.6


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