mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 06:30:09 +00:00
fix "make bigdata" to not show weak aliases
This commit is contained in:
parent
f02efd11c9
commit
eaad910655
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user