From 819bedd551b4c68e2b0dba00cb3d5e33a198ef99 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 9 Dec 2008 09:11:02 +0000 Subject: - improve documentation of utils and hostutils --- Makefile.help | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Makefile.help') 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' -- cgit v1.2.3