summaryrefslogtreecommitdiff
path: root/Makefile.help
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-17 07:52:50 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-17 07:52:50 +0000
commita1de41b0b8d7d325ce607448e07b929e9acd1980 (patch)
tree122586e024623ab6e3bb6174a2ab28adaec9027e /Makefile.help
parent0be050c8b6579abd76f4a405a1964532d4e71bf1 (diff)
- document environment variables for make(1)
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help4
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'