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

version 1.3.4.2, 2013/10/14 15:30:28 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 !?!"

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


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