diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-15 19:01:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-15 19:01:41 +0100 |
commit | 874680b5ffd55186d86c8259fdab74988d193ea9 (patch) | |
tree | dda49405ca118f5f79466e1ead351be32de4fa68 /scripts/rstrip.sh | |
parent | 909df4c95187cff6fa1da4696abc9317d5b4e46f (diff) | |
parent | f6d24fdf0f1c294628b979aa199e06ef6462df4e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/rstrip.sh')
-rw-r--r-- | scripts/rstrip.sh | 2 |
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 |