Diff for /embedaddon/build.sh between versions 1.5.2.4 and 1.5.2.5

version 1.5.2.4, 2011/11/02 01:04:13 version 1.5.2.5, 2012/01/31 12:41:54
Line 496  case $CMD in Line 496  case $CMD in
                 ${MK} install                  ${MK} install
                 echo ">>> Now rebuild elwix firmware image ..."                  echo ">>> Now rebuild elwix firmware image ..."
                 ;;                  ;;
           istgt)
                   cd istgt
                   ./configure ${PFX}
                   ${MK} clean
                   ${MK}
                   install istgt ${P}/bin
                   install istgtcontrol ${P}/bin
                   echo ">>> Now rebuild elwix firmware image ..."
                   ;;
         *)          *)
                 echo "Package not supported at this moment ..."                  echo "Package not supported at this moment ..."
                 exit 1                  exit 1

Removed from v.1.5.2.4  
changed lines
  Added in v.1.5.2.5


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