Diff for /elwix/Attic/build_cross.sh between versions 1.1.1.1.2.10 and 1.1.1.1.2.11

version 1.1.1.1.2.10, 2011/09/25 16:40:54 version 1.1.1.1.2.11, 2011/10/18 08:31:35
Line 228  compile_cross() Line 228  compile_cross()
         ${CBUILD} install          ${CBUILD} install
         cd -          cd -
   
           cd $CROSS_ANSH
           ${ANSH_CFG}
           ${CBUILD} clean
           ${CBUILD}
           ${CBUILD} install
           cd -
   
         echo "ELWIX Platform:${PLATFORM} Version:${VERSION} TargetArch:${TARGET_ARCH}" >${PKG}/elwix.ver          echo "ELWIX Platform:${PLATFORM} Version:${VERSION} TargetArch:${TARGET_ARCH}" >${PKG}/elwix.ver
 }  }
   

Removed from v.1.1.1.1.2.10  
changed lines
  Added in v.1.1.1.1.2.11


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