summaryrefslogtreecommitdiff
path: root/scripts/rstrip.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-14 16:11:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-14 16:11:29 +0100
commitc0d1f2fc0c975886dcaead85a389cc6bdda68330 (patch)
tree51d59da202d2a0fe1cfdf955f3fdd7019e4ea768 /scripts/rstrip.sh
parent5c1ec4d8f4d78b8ec56e0ffaa1c36501cd3a1e88 (diff)
parent55c0efbdbd7d1e1673fed1b036997a8bed52e704 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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