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:
ddddb94
)
Dumb little hack, "make sizes". Try it.
author
Rob Landley
<rob@landley.net>
Sun, 28 Aug 2005 08:24:21 +0000
(08:24 -0000)
committer
Rob Landley
<rob@landley.net>
Sun, 28 Aug 2005 08:24:21 +0000
(08:24 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 757c41b1858ca07cc3b488fcb19d218af3fa5276..03586722617f160d4bd288804fb03e1974c00152 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-153,6
+153,10
@@
check: busybox
bindir=$(top_builddir) srcdir=$(top_srcdir)/testsuite \
$(top_srcdir)/testsuite/runtest
+sizes:
+ rm -f busybox
+ make STRIPCMD=/bin/true
+ nm --size-sort busybox
# Documentation Targets
doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html