mirror of https://github.com/mirror/busybox.git
fix "make bigdata" to not show weak aliases
parent
f02efd11c9
commit
eaad910655
|
@ -99,7 +99,7 @@ stksizes: busybox_unstripped
|
||||||
|
|
||||||
.PHONY: bigdata
|
.PHONY: bigdata
|
||||||
bigdata: busybox_unstripped
|
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
|
# Documentation Targets
|
||||||
.PHONY: doc
|
.PHONY: doc
|
||||||
|
|
Loading…
Reference in New Issue