Explorar el Código

- document environment variables for make(1)

Bernhard Reutner-Fischer hace 17 años
padre
commit
a1de41b0b8
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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'