diff options
author | Rob Landley | 2005-08-28 08:24:21 +0000 |
---|---|---|
committer | Rob Landley | 2005-08-28 08:24:21 +0000 |
commit | d9f7165de1997b6a10625103d32b30d2f4f2e941 (patch) | |
tree | fa05ea45a661122fa316f7fba8ac9af94a5f1c9b | |
parent | ddddb94f05629eedac8e66af2621358c13a48e9d (diff) | |
download | busybox-d9f7165de1997b6a10625103d32b30d2f4f2e941.zip busybox-d9f7165de1997b6a10625103d32b30d2f4f2e941.tar.gz |
Dumb little hack, "make sizes". Try it.
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |