aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-08-28 08:24:21 +0000
committerRob Landley <rob@landley.net>2005-08-28 08:24:21 +0000
commitd9f7165de1997b6a10625103d32b30d2f4f2e941 (patch)
treefa05ea45a661122fa316f7fba8ac9af94a5f1c9b /Makefile
parentddddb94f05629eedac8e66af2621358c13a48e9d (diff)
downloadbusybox-w32-d9f7165de1997b6a10625103d32b30d2f4f2e941.tar.gz
busybox-w32-d9f7165de1997b6a10625103d32b30d2f4f2e941.tar.bz2
busybox-w32-d9f7165de1997b6a10625103d32b30d2f4f2e941.zip
Dumb little hack, "make sizes". Try it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 757c41b18..035867226 100644
--- a/Makefile
+++ b/Makefile
@@ -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
156sizes:
157 rm -f busybox
158 make STRIPCMD=/bin/true
159 nm --size-sort busybox
156# Documentation Targets 160# Documentation Targets
157doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html 161doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
158 162