svn commit: trunk/uClibc

landley at uclibc.org landley at uclibc.org
Tue Dec 9 08:02:02 UTC 2008


Author: landley
Date: 2008-12-09 00:02:02 -0800 (Tue, 09 Dec 2008)
New Revision: 24340

Log:
Mention make utils, hostutils, install_utils.


Modified:
   trunk/uClibc/Makefile.help


Changeset:
Modified: trunk/uClibc/Makefile.help
===================================================================
--- trunk/uClibc/Makefile.help	2008-12-09 03:59:34 UTC (rev 24339)
+++ trunk/uClibc/Makefile.help	2008-12-09 08:02:02 UTC (rev 24340)
@@ -36,8 +36,13 @@
 	@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'




More information about the uClibc-cvs mailing list