Diff for /elwix/build_3thparty.sh between versions 1.1.2.3 and 1.1.2.5

version 1.1.2.3, 2012/02/22 15:43:10 version 1.1.2.5, 2012/04/08 22:07:21
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}
   unset INSTALL
   unset VERSION
   VERSION="$V"
   
 if [ ! -d $BSDSRC ]; then  if [ ! -d $BSDSRC ]; then
         echo          echo
Line 87  compile_3th() Line 92  compile_3th()
         ./build.sh ipguard ${CBUILD} ${PKG} ${TARGET_BUILD}          ./build.sh ipguard ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ./build.sh smartmontools ${CBUILD} ${PKG} ${TARGET_BUILD}          ./build.sh smartmontools ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1  
         ./build.sh sqlite3 ${CBUILD} ${PKG} ${TARGET_BUILD}  
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ./build.sh quagga ${CBUILD} ${PKG} ${TARGET_BUILD}          ./build.sh quagga ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1

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


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