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