Do "strip -g".

CVS patchset: 5226
CVS date: 2001/12/19 19:39:35
This commit is contained in:
jbj 2001-12-19 19:39:35 +00:00
parent c4a7546f07
commit 7940b1b4a5
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ fi
for f in `find $RPM_BUILD_ROOT -type f \( -perm -0100 -or -perm -0010 -or -perm -0001 \) -exec file {} \; | \
grep -v ' shared object,' | \
sed -n -e 's/^\(.*\):[ ]*ELF.*, not stripped/\1/p'`; do
strip $f || :
strip -g $f || :
done