Dumb little hack, "make sizes". Try it.
authorRob Landley <rob@landley.net>
Sun, 28 Aug 2005 08:24:21 +0000 (08:24 -0000)
committerRob Landley <rob@landley.net>
Sun, 28 Aug 2005 08:24:21 +0000 (08:24 -0000)
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