--- embedaddon/build.sh 2012/05/29 13:44:35 1.6.2.5 +++ embedaddon/build.sh 2012/10/09 09:14:35 1.6.2.8 @@ -4,7 +4,7 @@ # # ./build.sh [package] [make_tool] [prefix_dir] [build_arch_str] # -# $Id: build.sh,v 1.6.2.5 2012/05/29 13:44:35 misho Exp $ +# $Id: build.sh,v 1.6.2.8 2012/10/09 09:14:35 misho Exp $ # CMD=$1 @@ -308,6 +308,7 @@ case $CMD in ${MK} ${MK} install # strip -s ${P}/bin/php + rm -f ${P}/bin/php strip -s ${P}/bin/php-cgi echo ">>> Now rebuild elwix $CMD program ..." ;; @@ -337,19 +338,11 @@ case $CMD in ;; istgt) cd istgt - ./configure ${PFX} + ./configure --enable-symlink-device ${PFX} ${MK} clean ${MK} install src/istgt ${P}/bin install src/istgtcontrol ${P}/bin - echo ">>> Now rebuild elwix $CMD program ..." - ;; - thttpd) - cd thttpd - ./configure ${PFX} - ${MK} clean - ${MK} - ${MK} install echo ">>> Now rebuild elwix $CMD program ..." ;; ntp)