fix "make bigdata" to not show weak aliases
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 20 May 2008 06:31:56 +0000 (06:31 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 20 May 2008 06:31:56 +0000 (06:31 -0000)
Makefile.custom

index 3334b31..58a979e 100644 (file)
@@ -99,7 +99,7 @@ stksizes: busybox_unstripped
 
 .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