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

version 1.1.2.5, 2012/04/08 22:07:21 version 1.1.2.6, 2012/05/29 13:04:43
Line 113  compile_3th() Line 113  compile_3th()
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ./build.sh dhcping ${CBUILD} ${PKG} ${TARGET_BUILD}          ./build.sh dhcping ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
           ./build.sh miniupnpd ${CBUILD} ${PKG} ${TARGET_BUILD}
           [ $? -ne 0 ] && exit 1
           ./build.sh miniupnpc ${CBUILD} ${PKG} ${TARGET_BUILD}
           [ $? -ne 0 ] && exit 1
           ./build.sh ntp ${CBUILD} ${PKG} ${TARGET_BUILD}
           [ $? -ne 0 ] && exit 1
         ./build.sh thttpd ${CBUILD} ${PKG} ${TARGET_BUILD}          ./build.sh thttpd ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ./build.sh libxml2 ${CBUILD} ${PKG} ${TARGET_BUILD}          ./build.sh libxml2 ${CBUILD} ${PKG} ${TARGET_BUILD}

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


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