From eaad91065541517faacc0635efd193f04253a156 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 20 May 2008 06:31:56 +0000 Subject: fix "make bigdata" to not show weak aliases --- Makefile.custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.custom') diff --git a/Makefile.custom b/Makefile.custom index 3334b31eb..58a979e11 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -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 -- cgit v1.2.1