diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-08-28 08:24:21 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-08-28 08:24:21 +0000 |
commit | a3e2a46ae39234d147ae3f50c1cd03bf9a2f2085 (patch) | |
tree | fa05ea45a661122fa316f7fba8ac9af94a5f1c9b /Makefile | |
parent | 1ac216bf591f7f5abd84cfd07c3071cb128605f3 (diff) | |
download | busybox-w32-a3e2a46ae39234d147ae3f50c1cd03bf9a2f2085.tar.gz busybox-w32-a3e2a46ae39234d147ae3f50c1cd03bf9a2f2085.tar.bz2 busybox-w32-a3e2a46ae39234d147ae3f50c1cd03bf9a2f2085.zip |
Dumb little hack, "make sizes". Try it.
git-svn-id: svn://busybox.net/trunk/busybox@11276 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -153,6 +153,10 @@ check: busybox | |||
153 | bindir=$(top_builddir) srcdir=$(top_srcdir)/testsuite \ | 153 | bindir=$(top_builddir) srcdir=$(top_srcdir)/testsuite \ |
154 | $(top_srcdir)/testsuite/runtest | 154 | $(top_srcdir)/testsuite/runtest |
155 | 155 | ||
156 | sizes: | ||
157 | rm -f busybox | ||
158 | make STRIPCMD=/bin/true | ||
159 | nm --size-sort busybox | ||
156 | # Documentation Targets | 160 | # Documentation Targets |
157 | doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html | 161 | doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html |
158 | 162 | ||