Browse Source

- document environment variables for make(1)

Bernhard Reutner-Fischer 15 years ago
parent
commit
a1de41b0b8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile.help

+ 4 - 0
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'