فهرست منبع

- document environment variables for make(1)

Bernhard Reutner-Fischer 17 سال پیش
والد
کامیت
a1de41b0b8
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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'