diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-20 12:16:49 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-24 11:55:28 +0200 |
commit | 9160ed2054fb8f453835e8c99f653c5f1adfa6a5 (patch) | |
tree | c684d6b0734c100cfe87940d3e1f10c4caa258bb /Makefile.help | |
parent | 19a5f9f94448b44d12799f559f09776ff503d958 (diff) |
buildsys: add brief mode; show defines and ld-flags
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help index 8c7ce416a..ccb32ca73 100644 --- a/Makefile.help +++ b/Makefile.help @@ -44,7 +44,7 @@ help: @echo 'Environment variables:' @echo ' O=<abspath> - Use <abspath> as object directory' @echo ' V="" - Quiet build (default)' - @echo ' V=1 - Verbose build' + @echo ' V=1 - Brief build (show defines, ld flags)' @echo ' V=2 - Very verbose build' @echo ' CROSS= - Override CROSS_COMPILER_PREFIX from .config' @echo ' ARCH= - Use given arch for config targets' |