mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-29 23:54:26 +00:00
sstrip binaries that have been stripped by the regular strip before
SVN-Revision: 4047
This commit is contained in:
parent
32a56766a8
commit
f6d85c09dd
@ -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…
x
Reference in New Issue
Block a user