summaryrefslogtreecommitdiff
path: root/scripts/rstrip.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-14 16:03:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-14 16:03:51 +0100
commit55c0efbdbd7d1e1673fed1b036997a8bed52e704 (patch)
treee7da843f23ea197eaa9477594488510596195757 /scripts/rstrip.sh
parent8f39dc5c8c3d0b77daebd90f927e0bc78bca7d1d (diff)
fix recompile BUG of PKG_MULTI packages
Diffstat (limited to 'scripts/rstrip.sh')
-rw-r--r--scripts/rstrip.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh
index 591c5bb07..0c7550d8e 100644
--- a/scripts/rstrip.sh
+++ b/scripts/rstrip.sh
@@ -33,10 +33,8 @@ find $TARGETS -type f -a -exec file {} \; | \
T=$T$stripcomm
case $line in
*ELF*executable*statically\ linked*)
- echo >&2 "$SELF: *WARNING* '$V' is not dynamically linked!"
;;
*ELF*relocatable*,\ not\ stripped*)
- echo >&2 "$SELF: *WARNING* '$V' is a relocatable!"
;;
esac
case $line in