Unconditionally strip all ELF binaries
This commit is contained in:
parent
7664df5bbe
commit
549445fa32
@ -607,7 +607,7 @@ do_strip_bin()
|
||||
echo "Stripping ELF binaries..."
|
||||
for f in `${__find} . -type f \( -perm -0100 -o -perm -0010 -o -perm -0001 \) -exec ${__file} {} \; | \
|
||||
${__grep} -v ' dynamic lib ' | \
|
||||
${__sed} -n -e 's/^\(.*\):[ ]*ELF.*\(not stripped\).*/\1/p'`; do
|
||||
${__sed} -n -e 's/^\(.*\):[ ]*ELF.*/\1/p'`; do
|
||||
echo "strip_bin: $f"
|
||||
${__strip} $strip_elf_args $f || :
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user