Do "strip -g".
CVS patchset: 5226 CVS date: 2001/12/19 19:39:35
This commit is contained in:
parent
c4a7546f07
commit
7940b1b4a5
|
@ -8,5 +8,5 @@ fi
|
||||||
for f in `find $RPM_BUILD_ROOT -type f \( -perm -0100 -or -perm -0010 -or -perm -0001 \) -exec file {} \; | \
|
for f in `find $RPM_BUILD_ROOT -type f \( -perm -0100 -or -perm -0010 -or -perm -0001 \) -exec file {} \; | \
|
||||||
grep -v ' shared object,' | \
|
grep -v ' shared object,' | \
|
||||||
sed -n -e 's/^\(.*\):[ ]*ELF.*, not stripped/\1/p'`; do
|
sed -n -e 's/^\(.*\):[ ]*ELF.*, not stripped/\1/p'`; do
|
||||||
strip $f || :
|
strip -g $f || :
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue