Diff for /elwix/build_3thparty.sh between versions 1.3 and 1.4.2.1

version 1.3, 2013/08/05 13:10:16 version 1.4.2.1, 2014/01/06 17:47:48
Line 9 Line 9
 #  #
   
 [ -r ./config/rc.elwix ] && . ./config/rc.elwix  [ -r ./config/rc.elwix ] && . ./config/rc.elwix
   if [ -r ./config/rc.3thparty_helper ]; then
           . ./config/rc.3thparty_helper
   else
           echo
           echo "ELWIX project is not configured - Missing rc.3thparty_helper script"
           echo
           exit 1
   fi
   
 if [ X"${ELWIX_IS_CONFIGURED}" != X"YES" ]; then  if [ X"${ELWIX_IS_CONFIGURED}" != X"YES" ]; then
         echo          echo
         echo "ELWIX project is not configured !?!"          echo "ELWIX project is not configured !?!"
Line 111  compile_3th() Line 120  compile_3th()
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ./build.sh ipsec-tools ${CBUILD} ${PKG} ${TARGET_BUILD}          ./build.sh ipsec-tools ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
        ./build.sh dhcp ${CBUILD} ${PKG} ${TARGET_BUILD}#        ./build.sh dhcp ${CBUILD} ${PKG} ${TARGET_BUILD}
        [ $? -ne 0 ] && exit 1 
        ./build.sh dhcping ${CBUILD} ${PKG} ${TARGET_BUILD} 
        [ $? -ne 0 ] && exit 1 
#       ./build.sh dnsmasq ${CBUILD} ${PKG} ${TARGET_BUILD} 
 #       [ $? -ne 0 ] && exit 1  #       [ $? -ne 0 ] && exit 1
   #       ./build.sh dhcping ${CBUILD} ${PKG} ${TARGET_BUILD}
   #       [ $? -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}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ./build.sh ntp ${CBUILD} ${PKG} ${TARGET_BUILD}          ./build.sh ntp ${CBUILD} ${PKG} ${TARGET_BUILD}
           [ $? -ne 0 ] && exit 1
           ./build.sh spawn-fcgi ${CBUILD} ${PKG} ${TARGET_BUILD}
           [ $? -ne 0 ] && exit 1
           ./build.sh lighttpd ${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}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1

Removed from v.1.3  
changed lines
  Added in v.1.4.2.1


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