Diff for /elwix/build_tools.sh between versions 1.1.2.4 and 1.1.2.5

version 1.1.2.4, 2012/03/20 15:10:06 version 1.1.2.5, 2012/03/20 15:47:51
Line 15  if [ X"${ELWIX_IS_CONFIGURED}" != X"YES" ]; then Line 15  if [ X"${ELWIX_IS_CONFIGURED}" != X"YES" ]; then
         echo          echo
         exit 1          exit 1
 fi  fi
   V=${VERSION}
 [ -r ${CENV} ] && . ${CENV}  [ -r ${CENV} ] && . ${CENV}
   unset INSTALL
   unset VERSION
   VERSION="$V"
   
 if [ ! -d $BSDSRC ]; then  if [ ! -d $BSDSRC ]; then
         echo          echo
Line 257  compile_tools() Line 261  compile_tools()
 }  }
   
 ### main()  ### main()
if SnitVer ${WORLD}/elwix/elwix.ver; thenif ! SnitVer ${WORLD}/elwix/elwix.ver; then
         clean_bootstrap          clean_bootstrap
         compile_bootstrap          compile_bootstrap
 else  else
         echo "Skipped ELWIX bootstrap pkgsrc tools build ..."          echo "Skipped ELWIX bootstrap pkgsrc tools build ..."
 fi  fi
   
if SnitVer ${WORLD}/usr/local/elwix.ver; thenif ! SnitVer ${WORLD}/usr/local/elwix.ver; then
         clean_tools          clean_tools
         compile_fbsdtools          compile_fbsdtools
         compile_tools          compile_tools

Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5


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