From: Denis Vlasenko Date: Tue, 20 May 2008 06:31:56 +0000 (-0000) Subject: fix "make bigdata" to not show weak aliases X-Git-Tag: 1_11_0~207 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eaad91065541517faacc0635efd193f04253a156;p=oweals%2Fbusybox.git fix "make bigdata" to not show weak aliases --- 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