aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 035867226..c96c7373b 100644
--- a/Makefile
+++ b/Makefile
@@ -154,8 +154,9 @@ check: busybox
154 $(top_srcdir)/testsuite/runtest 154 $(top_srcdir)/testsuite/runtest
155 155
156sizes: 156sizes:
157 rm -f busybox 157 -rm -f busybox
158 make STRIPCMD=/bin/true 158 $(MAKE) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) \
159 -f $(top_srcdir)/Makefile STRIPCMD=/bin/true
159 nm --size-sort busybox 160 nm --size-sort busybox
160# Documentation Targets 161# Documentation Targets
161doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html 162doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html