Skip to content
Snippets Groups Projects
Commit f6d85c09 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

sstrip binaries that have been stripped by the regular strip before

SVN-Revision: 4047
parent 32a56766
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ TARGETS=$* ...@@ -16,7 +16,7 @@ TARGETS=$*
} }
find $TARGETS -type f -a -exec file {} \; | \ 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=":" IFS=":"
while read F S; do while read F S; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment