summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-12-09 08:02:02 +0000
committerRob Landley <rob@landley.net>2008-12-09 08:02:02 +0000
commit8a98dbf08b21ff851cf71eea44c7b4639a849561 (patch)
treed4ffba4733dff761fe14b013067056a66c933e50
parent0d8493fe9420e3cc0eeec7f97a39f79aec10011e (diff)
Mention make utils, hostutils, install_utils.
-rw-r--r--Makefile.help7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help
index b8d2edc3c..40e67048c 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -36,8 +36,13 @@ help:
@echo ' test_compile - compile testsuite binaries'
@echo ' release - create a distribution tarball'
@echo
+ @echo 'Utilities:'
+ @echo ' utils - Build readelf, ldd, and ldconfig for target'
+ @echo ' hostutils - Build readelf, ldd, and ldconfig for host'
+ @echo ' install_utils - Install utilities'
+ @echo
@echo 'Environment variables:'
- @echo ' - Quiet build'
+ @echo ' V="" - Quiet build (default)'
@echo ' V=1 - Verbose build'
@echo ' V=2 - Very verbose build'
@echo ' CROSS= - Override CROSS_COMPILER_PREFIX from .config'