From: Denys Vlasenko Date: Sat, 3 May 2014 14:35:15 +0000 (+0200) Subject: trylink: emit names of linked executables X-Git-Tag: 1_23_0~113^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d257608a8429b64e1a04c7cb6d99975eeb2c3955;p=oweals%2Fbusybox.git trylink: emit names of linked executables Signed-off-by: Denys Vlasenko --- 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