[git commit 0_9_30] - improve documentation of utils and hostutils

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Sat Oct 10 16:44:02 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=9ca8309fd629f81853a438baac6b263e221466fe
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/0_9_30

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makefile.help |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Makefile.help b/Makefile.help
index 40e6704..656ed90 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'
-- 
1.6.3.3



More information about the uClibc-cvs mailing list