summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-12-09 09:11:02 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-12-09 09:11:02 +0000
commit819bedd551b4c68e2b0dba00cb3d5e33a198ef99 (patch)
tree2759376e17ad96c9fe77e5acc05b561a0893cd78
parent8a98dbf08b21ff851cf71eea44c7b4639a849561 (diff)
- improve documentation of utils and hostutils
-rw-r--r--Makefile.help9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile.help b/Makefile.help
index 40e67048c..656ed90fd 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -14,6 +14,9 @@ help:
@echo 'Build:'
@echo ' all - libraries and generated headers'
@echo ' pregen - generate headers'
+ @echo ' utils - build target utilities'
+ @echo ' (readelf, ldd, ldconfig, locale, iconv)'
+ @echo ' hostutils - build host utilities (see utils)'
@echo
@echo 'Configuration:'
@echo ' allnoconfig - disable all symbols in .config'
@@ -30,17 +33,13 @@ help:
@echo ' install_runtime - install the libraries'
@echo ' install_dev - install all headers and static libs'
@echo ' install_headers - install headers excluding generated ones'
+ @echo ' install_utils - install target utilities'
@echo
@echo 'Development:'
@echo ' check - run testsuite'
@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 ' V="" - Quiet build (default)'
@echo ' V=1 - Verbose build'