sstrip binaries that have been stripped by the regular strip before
SVN-Revision: 4047
This commit is contained in:
parent
32a56766a8
commit
f6d85c09dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue