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

version 1.6.6.7, 2014/01/21 16:33:40 version 1.6.6.8, 2014/02/21 09:16:30
Line 270  compile_tools() Line 270  compile_tools()
         ${CBUILD}          ${CBUILD}
         ${CBUILD} install          ${CBUILD} install
         cd -          cd -
   
           cd $CROSS_TFTPD
           ${TFTPD_CFG}
           ${CBUILD} clean
           ${CBUILD}
           ${CBUILD} install
           cd -
 }  }
   
 install_tools()  install_tools()

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


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