sstrip binaries that have been stripped by the regular strip before

SVN-Revision: 4047
This commit is contained in:
Felix Fietkau 2006-06-22 00:07:36 +00:00
parent 32a56766a8
commit f6d85c09dd

View File

@ -16,7 +16,7 @@ TARGETS=$*
}
find $TARGETS -type f -a -exec file {} \; | \
sed -n -e 's/^\(.*\):.*ELF.*\(executable\|relocatable\|shared object\).*, not stripped/\1:\2/p' | \
sed -n -e 's/^\(.*\):.*ELF.*\(executable\|relocatable\|shared object\).*,.* stripped/\1:\2/p' | \
(
IFS=":"
while read F S; do