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

version 1.1.2.4, 2012/03/20 15:10:06 version 1.1.2.6, 2012/03/20 15:54:00
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 146  compile_tools() Line 150  compile_tools()
 {  {
         echo "+++ Compile ELWIX Cross ..."          echo "+++ Compile ELWIX Cross ..."
   
         unset INSTALL  
   
         cd $CROSS_AXL          cd $CROSS_AXL
         ${AXL_CFG}          ${AXL_CFG}
         ${CBUILD} clean          ${CBUILD} clean
Line 257  compile_tools() Line 259  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.6


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