diff options
author | Rob Landley <rob@landley.net> | 2008-12-09 08:02:02 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-12 19:24:29 +0200 |
commit | b2a35dc116e4d3a4e8da819df66aafefcbf9f8a9 (patch) | |
tree | 014b8376a30879b3140ba9f2da6b7c17bd141531 /Makefile.help | |
parent | da0086364552562be23aaa089dd3952bb86ca0c5 (diff) | |
download | uClibc-alpine-b2a35dc116e4d3a4e8da819df66aafefcbf9f8a9.tar.bz2 uClibc-alpine-b2a35dc116e4d3a4e8da819df66aafefcbf9f8a9.tar.xz |
Mention make utils, hostutils, install_utils.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help index b8d2edc3c..40e67048c 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' |