Diff for /embedaddon/build.sh between versions 1.6.2.7 and 1.6.2.8

version 1.6.2.7, 2012/07/06 13:21:28 version 1.6.2.8, 2012/10/09 09:14:35
Line 338  case $CMD in Line 338  case $CMD in
                 ;;                  ;;
         istgt)          istgt)
                 cd istgt                  cd istgt
                ./configure ${PFX}                ./configure --enable-symlink-device ${PFX}
                 ${MK} clean                  ${MK} clean
                 ${MK}                  ${MK}
                 install src/istgt ${P}/bin                  install src/istgt ${P}/bin

Removed from v.1.6.2.7  
changed lines
  Added in v.1.6.2.8


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