Diff for /elwix/build_3thparty.sh between versions 1.2.6.2 and 1.2.6.8

version 1.2.6.2, 2013/07/22 14:31:40 version 1.2.6.8, 2013/07/31 13:17:53
Line 107  compile_3th() Line 107  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 dnsmasq ${CBUILD} ${PKG} ${TARGET_BUILD}
   #       [ $? -ne 0 ] && exit 1
         ./build.sh miniupnpd ${CBUILD} ${PKG} ${TARGET_BUILD}          ./build.sh miniupnpd ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ./build.sh miniupnpc ${CGBUILD} ${PKG} ${TARGET_BUILD}          ./build.sh miniupnpc ${CGBUILD} ${PKG} ${TARGET_BUILD}
Line 122  compile_3th() Line 124  compile_3th()
   
 ### main()  ### main()
 if ! SnitVer ${PKG}/elwix.ver; then  if ! SnitVer ${PKG}/elwix.ver; then
#        clean_3th        clean_3th
         compile_3th          compile_3th
   
         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.2.6.2  
changed lines
  Added in v.1.2.6.8


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