strip relocatable binaries (not depending on the extension) ( thanks to Thomas )
SVN-Revision: 14726
This commit is contained in:
		| @@ -45,7 +45,7 @@ find $TARGETS -type f -a -exec file {} \; | \ | |||||||
|   IFS=":" |   IFS=":" | ||||||
|   while read F S; do |   while read F S; do | ||||||
|     echo "$SELF: $F:$S" |     echo "$SELF: $F:$S" | ||||||
| 	[ "${F##*\.}" = "o" -o "${F##*\.}" = "ko" ] && { | 	[ "${S}" = "relocatable" ] && { | ||||||
| 		eval "$STRIP_KMOD -w -K '__param*' -K '__mod*' $(find_modparams "$F")$F" | 		eval "$STRIP_KMOD -w -K '__param*' -K '__mod*' $(find_modparams "$F")$F" | ||||||
| 	} || { | 	} || { | ||||||
| 		eval "$STRIP $F" | 		eval "$STRIP $F" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ralph Hempel
					Ralph Hempel