svn commit: trunk/busybox

landley at busybox.net landley at busybox.net
Thu Sep 1 02:40:24 UTC 2005


Author: landley
Date: 2005-08-31 19:40:21 -0700 (Wed, 31 Aug 2005)
New Revision: 11304

Log:
Bernhard Fischer sent a patch to make "make sizes" work when building in
another output directory.


Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2005-09-01 02:03:13 UTC (rev 11303)
+++ trunk/busybox/Makefile	2005-09-01 02:40:21 UTC (rev 11304)
@@ -154,8 +154,9 @@
 	$(top_srcdir)/testsuite/runtest
 
 sizes:
-	rm -f busybox
-	make STRIPCMD=/bin/true
+	-rm -f busybox
+	$(MAKE) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) \
+		-f $(top_srcdir)/Makefile STRIPCMD=/bin/true
 	nm --size-sort busybox
 # Documentation Targets
 doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html



More information about the busybox-cvs mailing list