svn commit: trunk/uClibc
aldot at uclibc.org
aldot at uclibc.org
Tue Dec 9 09:11:02 UTC 2008
Author: aldot
Date: 2008-12-09 01:11:02 -0800 (Tue, 09 Dec 2008)
New Revision: 24341
Log:
- improve documentation of utils and hostutils
Modified:
trunk/uClibc/Makefile.help
Changeset:
Modified: trunk/uClibc/Makefile.help
===================================================================
--- trunk/uClibc/Makefile.help 2008-12-09 08:02:02 UTC (rev 24340)
+++ trunk/uClibc/Makefile.help 2008-12-09 09:11:02 UTC (rev 24341)
@@ -14,6 +14,9 @@
@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 @@
@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'
More information about the uClibc-cvs
mailing list