[git commit] trylink: emit names of linked executables

Denys Vlasenko vda.linux at googlemail.com
Sun May 4 15:35:31 UTC 2014


commit: http://git.busybox.net/busybox/commit/?id=d257608a8429b64e1a04c7cb6d99975eeb2c3955
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 scripts/trylink |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/scripts/trylink b/scripts/trylink
index 8509523..5da494f 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 <applet_lst.tmp
 fi


More information about the busybox-cvs mailing list