diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-30 11:28:52 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-30 11:28:52 +0000 |
commit | 5c425442727e196867716aa0cca1f66673202f7c (patch) | |
tree | 3ecd2d3695a5d552051a52ee0c93204f58c39eca /Makefile.help | |
parent | aab693bbfc4f5f7ba1e13ddad59e60f07818b791 (diff) |
- tweak helptext
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.help b/Makefile.help index 7ab771f4a..d6548bb6c 100644 --- a/Makefile.help +++ b/Makefile.help @@ -13,7 +13,7 @@ help: @echo @echo 'Build:' @echo ' all - libraries and generated headers' - @echo ' pregen - generated headers' + @echo ' pregen - generate headers' @echo @echo 'Configuration:' @echo ' allnoconfig - disable all symbols in .config' @@ -29,7 +29,7 @@ help: @echo ' install - install both the runtime and the headers' @echo ' install_runtime - install the libraries' @echo ' install_dev - install all headers and static libs' - @echo ' install_headers - install headers' + @echo ' install_headers - install headers excluding generated ones' @echo @echo 'Development:' @echo ' check - run testsuite' |