--- embedaddon/build.sh 2012/05/29 12:22:25 1.6.2.3 +++ embedaddon/build.sh 2012/05/29 13:01:25 1.6.2.4 @@ -4,7 +4,7 @@ # # ./build.sh [package] [make_tool] [prefix_dir] [build_arch_str] # -# $Id: build.sh,v 1.6.2.3 2012/05/29 12:22:25 misho Exp $ +# $Id: build.sh,v 1.6.2.4 2012/05/29 13:01:25 misho Exp $ # CMD=$1 @@ -307,8 +307,8 @@ case $CMD in ${MK} clean ${MK} ${MK} install - strip ${P}/bin/php - strip ${P}/bin/php-cgi + strip -s ${P}/bin/php + strip -s ${P}/bin/php-cgi echo ">>> Now rebuild elwix $CMD program ..." ;; scan_ffs)