[BusyBox-cvs] svn commit: trunk/busybox

landley at busybox.net landley at busybox.net
Sun Aug 28 08:24:21 UTC 2005


Author: landley
Date: 2005-08-28 02:24:21 -0600 (Sun, 28 Aug 2005)
New Revision: 11276

Log:
Dumb little hack, "make sizes".  Try it.


Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2005-08-28 08:17:15 UTC (rev 11275)
+++ trunk/busybox/Makefile	2005-08-28 08:24:21 UTC (rev 11276)
@@ -153,6 +153,10 @@
 	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
 




More information about the busybox-cvs mailing list