projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f02efd1
)
fix "make bigdata" to not show weak aliases
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 20 May 2008 06:31:56 +0000
(06:31 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 20 May 2008 06:31:56 +0000
(06:31 -0000)
Makefile.custom
patch
|
blob
|
history
diff --git
a/Makefile.custom
b/Makefile.custom
index 3334b31eb81c86ae6f3c2d8614b7b226e453bd48..58a979e11289e4e08da4848989a782edb6922ccc 100644
(file)
--- 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 ' [tr
w
] '
# Documentation Targets
.PHONY: doc