[git commit 0_9_30] Mention make utils, hostutils, install_utils.

Rob Landley rob at landley.net
Sat Oct 10 16:44:02 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=b2a35dc116e4d3a4e8da819df66aafefcbf9f8a9
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 |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

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



More information about the uClibc-cvs mailing list