diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-17 07:52:50 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-17 07:52:50 +0000 |
commit | a1de41b0b8d7d325ce607448e07b929e9acd1980 (patch) | |
tree | 122586e024623ab6e3bb6174a2ab28adaec9027e /Makefile.help | |
parent | 0be050c8b6579abd76f4a405a1964532d4e71bf1 (diff) |
- document environment variables for make(1)
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.help b/Makefile.help index d6548bb6c..8417967a9 100644 --- a/Makefile.help +++ b/Makefile.help @@ -36,3 +36,7 @@ help: @echo ' test_compile - compile testsuite binaries' @echo ' release - create a distribution tarball' @echo + @echo 'Environment variables:' + @echo ' - Quiet build' + @echo ' V=1 - Verbose build' + @echo ' V=2 - Very verbose build' |