aboutsummaryrefslogtreecommitdiff
path: root/scripts/trylink
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2014-05-03 16:35:15 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2014-05-03 16:35:15 +0200
commite3366d696cf4ef34cdc30aee2612418f81ba986c (patch)
tree742a326282f982f794feed81e7adeb379addb128 /scripts/trylink
parent1e3cce681426cffe6d30efed2a1f6cf1f3277e00 (diff)
downloadbusybox-e3366d696cf4ef34cdc30aee2612418f81ba986c.tar.gz
trylink: emit names of linked executables
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/trylink')
-rwxr-xr-xscripts/trylink2
1 files changed, 2 insertions, 0 deletions
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 <applet_lst.tmp
fi