mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-24 03:17:22 +00:00
sstrip binaries that have been stripped by the regular strip before
SVN-Revision: 4047
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user