fix "make bigdata" to not show weak aliases

1_11_stable
Denis Vlasenko 2008-05-20 06:31:56 +00:00
parent f02efd11c9
commit eaad910655
1 changed files with 1 additions and 1 deletions

View 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