mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
Bernhard Fischer sent a patch to make "make sizes" work when building in
another output directory.
This commit is contained in:
parent
9139770764
commit
ac692b2cf7
5
Makefile
5
Makefile
@ -154,8 +154,9 @@ check: busybox
|
|||||||
$(top_srcdir)/testsuite/runtest
|
$(top_srcdir)/testsuite/runtest
|
||||||
|
|
||||||
sizes:
|
sizes:
|
||||||
rm -f busybox
|
-rm -f busybox
|
||||||
make STRIPCMD=/bin/true
|
$(MAKE) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) \
|
||||||
|
-f $(top_srcdir)/Makefile STRIPCMD=/bin/true
|
||||||
nm --size-sort busybox
|
nm --size-sort busybox
|
||||||
# Documentation Targets
|
# Documentation Targets
|
||||||
doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
|
doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
|
||||||
|
Loading…
Reference in New Issue
Block a user