projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a875d59
)
trylink: emit names of linked executables
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 3 May 2014 14:35:15 +0000
(16:35 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 4 May 2014 15:35:31 +0000
(17:35 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/trylink
patch
|
blob
|
history
diff --git
a/scripts/trylink
b/scripts/trylink
index 85095235c8af13c4047455bc7cafff59ab5c9774..5da494fbba4cd3d2032e26b66644063d2eec806f 100755
(executable)
--- 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