commit | e3366d696cf4ef34cdc30aee2612418f81ba986c | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat May 03 16:35:15 2014 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat May 03 16:35:15 2014 +0200 |
tree | 742a326282f982f794feed81e7adeb379addb128 | |
parent | 1e3cce681426cffe6d30efed2a1f6cf1f3277e00 [diff] [blame] |
trylink: emit names of linked executables Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/scripts/trylink b/scripts/trylink index 8509523..5da494f 100755 --- a/scripts/trylink +++ b/scripts/trylink
@@ -300,6 +300,8 @@ } rm -- "$sharedlib_dir/applet.c" $EXE.out $STRIP -s --remove-section=.note --remove-section=.comment $EXE + # Let user see that we do something - list the names of created binaries: + echo "$EXE" done <applet_lst.tmp fi