Diff for /elwix/build_3thparty.sh between versions 1.4.2.4 and 1.4.2.6

version 1.4.2.4, 2014/01/07 09:31:42 version 1.4.2.6, 2014/06/15 15:07:23
Line 9 Line 9
 #  #
   
 [ -r ./config/rc.elwix ] && . ./config/rc.elwix  [ -r ./config/rc.elwix ] && . ./config/rc.elwix
if [ -r ./config/rc.3thparty_helper ]; thenif [ ! -r ./config/rc.3thparty_helper ]; then
        . ./config/rc.3thparty_helper 
else 
         echo          echo
         echo "ELWIX project is not configured - Missing rc.3thparty_helper script"          echo "ELWIX project is not configured - Missing rc.3thparty_helper script"
         echo          echo
Line 73  compile_3th() Line 71  compile_3th()
   
         BUILD_SH="./config/rc.3thparty_helper"          BUILD_SH="./config/rc.3thparty_helper"
   
        ${BUILD_SH} expat ${CBUILD} ${PKG} ${TARGET_BUILD}        echo "${BUILD_SH} expat ${CBUILD} ${PKG} ${TARGET_BUILD}"
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ${BUILD_SH} libevent ${CBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} libevent ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
Line 93  compile_3th() Line 91  compile_3th()
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ${BUILD_SH} ttcp ${CBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} ttcp ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
        ${BUILD_SH} mpd ${CBUILD} ${PKG} ${TARGET_BUILD}#        ${BUILD_SH} mpd ${CBUILD} ${PKG} ${TARGET_BUILD}
        [ $? -ne 0 ] && exit 1#        [ $? -ne 0 ] && exit 1
         ${BUILD_SH} mrouted ${CGBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} mrouted ${CGBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ${BUILD_SH} igmpproxy ${CBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} igmpproxy ${CBUILD} ${PKG} ${TARGET_BUILD}

Removed from v.1.4.2.4  
changed lines
  Added in v.1.4.2.6


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