diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2014-05-03 16:35:15 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2014-05-04 17:35:31 +0200 |
commit | d257608a8429b64e1a04c7cb6d99975eeb2c3955 (patch) | |
tree | 742a326282f982f794feed81e7adeb379addb128 | |
parent | a875d59d24dc4e501131a2d5cb6a4afdb48745c1 (diff) | |
download | busybox-w32-d257608a8429b64e1a04c7cb6d99975eeb2c3955.tar.gz busybox-w32-d257608a8429b64e1a04c7cb6d99975eeb2c3955.tar.bz2 busybox-w32-d257608a8429b64e1a04c7cb6d99975eeb2c3955.zip |
trylink: emit names of linked executables
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-x | scripts/trylink | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/trylink b/scripts/trylink index 85095235c..5da494fbb 100755 --- a/scripts/trylink +++ b/scripts/trylink | |||
@@ -300,6 +300,8 @@ int main(int argc, char **argv) | |||
300 | } | 300 | } |
301 | rm -- "$sharedlib_dir/applet.c" $EXE.out | 301 | rm -- "$sharedlib_dir/applet.c" $EXE.out |
302 | $STRIP -s --remove-section=.note --remove-section=.comment $EXE | 302 | $STRIP -s --remove-section=.note --remove-section=.comment $EXE |
303 | # Let user see that we do something - list the names of created binaries: | ||
304 | echo "$EXE" | ||
303 | 305 | ||
304 | done <applet_lst.tmp | 306 | done <applet_lst.tmp |
305 | fi | 307 | fi |