svn commit: trunk/busybox

vda at busybox.net vda at busybox.net
Tue May 20 06:31:56 UTC 2008


Author: vda
Date: 2008-05-19 23:31:56 -0700 (Mon, 19 May 2008)
New Revision: 22013

Log:
fix "make bigdata" to not show weak aliases



Modified:
   trunk/busybox/Makefile.custom


Changeset:
Modified: trunk/busybox/Makefile.custom
===================================================================
--- trunk/busybox/Makefile.custom	2008-05-19 22:57:34 UTC (rev 22012)
+++ trunk/busybox/Makefile.custom	2008-05-20 06:31:56 UTC (rev 22013)
@@ -99,7 +99,7 @@
 
 .PHONY: bigdata
 bigdata: busybox_unstripped
-	$(CROSS_COMPILE)nm --size-sort busybox_unstripped | grep -vi ' [tr] '
+	$(CROSS_COMPILE)nm --size-sort busybox_unstripped | grep -vi ' [trw] '
 
 # Documentation Targets
 .PHONY: doc




More information about the busybox-cvs mailing list