From: Rob Landley Date: Sun, 28 Aug 2005 08:24:21 +0000 (-0000) Subject: Dumb little hack, "make sizes". Try it. X-Git-Tag: 1_1_0~808 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d9f7165de1997b6a10625103d32b30d2f4f2e941;p=oweals%2Fbusybox.git Dumb little hack, "make sizes". Try it. --- diff --git a/Makefile b/Makefile index 757c41b18..035867226 100644 --- 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