diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-20 06:31:56 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-20 06:31:56 +0000 |
commit | eaad91065541517faacc0635efd193f04253a156 (patch) | |
tree | 6a032bd735269f92059d19bc331caf7e3e6b4edb | |
parent | f02efd11c963c6c06540878d8f6ac3fc97d381c2 (diff) | |
download | busybox-w32-eaad91065541517faacc0635efd193f04253a156.tar.gz busybox-w32-eaad91065541517faacc0635efd193f04253a156.tar.bz2 busybox-w32-eaad91065541517faacc0635efd193f04253a156.zip |
fix "make bigdata" to not show weak aliases
-rw-r--r-- | Makefile.custom | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
99 | 99 | ||
100 | .PHONY: bigdata | 100 | .PHONY: bigdata |
101 | bigdata: busybox_unstripped | 101 | bigdata: busybox_unstripped |
102 | $(CROSS_COMPILE)nm --size-sort busybox_unstripped | grep -vi ' [tr] ' | 102 | $(CROSS_COMPILE)nm --size-sort busybox_unstripped | grep -vi ' [trw] ' |
103 | 103 | ||
104 | # Documentation Targets | 104 | # Documentation Targets |
105 | .PHONY: doc | 105 | .PHONY: doc |