cookutils rev 444

cross: small fix to clean-tools
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 29 09:29:07 2012 +0000 (2012-05-29)
parents 38f5bf899513
children e16bd8c22d54
files cross
line diff
     1.1 --- a/cross	Tue May 29 09:10:12 2012 +0000
     1.2 +++ b/cross	Tue May 29 09:29:07 2012 +0000
     1.3 @@ -406,7 +406,7 @@
     1.4  		find $tools/bin -type f -exec strip -s '{}' 2>/dev/null \;
     1.5  		find $tools/lib -name cc1* -exec strip -s '{}' 2>/dev/null \;
     1.6  		find $tools/lib -name lto* -exec strip -s '{}' 2>/dev/null \;
     1.7 -		#find $sysroot -name "*.so*" -exec ${TARGET}-strip -s '{}' 2>/dev/null \;
     1.8 +		find $sysroot -name "*.so*" -exec ${TARGET}-strip -s '{}' 2>/dev/null \;
     1.9  		sleep 1 && status
    1.10  		echo -n "Tools size : " && du -sh $tools | awk '{print $1}' ;;
    1.11  	gen-prebuilt)