From e3366d696cf4ef34cdc30aee2612418f81ba986c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 3 May 2014 16:35:15 +0200 Subject: trylink: emit names of linked executables Signed-off-by: Denys Vlasenko --- scripts/trylink | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/trylink') 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) } 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