mirror of
https://github.com/sheumann/hush.git
synced 2025-01-21 12:30:42 +00:00
Make bloatcheck work when building out of tree.
This commit is contained in:
parent
45d545890f
commit
92d8b35594
2
Makefile
2
Makefile
@ -362,7 +362,7 @@ sizes: busybox_unstripped
|
||||
$(NM) --size-sort $(<)
|
||||
.PHONY: bloatcheck
|
||||
bloatcheck: busybox_old busybox_unstripped
|
||||
@scripts/bloat-o-meter busybox_old busybox_unstripped
|
||||
@$(top_srcdir)/scripts/bloat-o-meter busybox_old busybox_unstripped
|
||||
|
||||
.PHONY: objsizes
|
||||
objsizes: busybox_unstripped
|
||||
|
Loading…
x
Reference in New Issue
Block a user