--- embedaddon/build.sh 2011/11/02 01:04:13 1.5.2.4 +++ embedaddon/build.sh 2012/01/31 12:41:54 1.5.2.5 @@ -4,7 +4,7 @@ # # ./build.sh [package] [os_specific_build_set] [prefix_dir] [other_make_opts ...] # -# $Id: build.sh,v 1.5.2.4 2011/11/02 01:04:13 misho Exp $ +# $Id: build.sh,v 1.5.2.5 2012/01/31 12:41:54 misho Exp $ # CMD=$1 @@ -494,6 +494,15 @@ case $CMD in ${MK} clean ${MK} ${MK} install + 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 ..." ;; *)