Add 'make V=1'

This does the very same thing 'make VERBOSE=1' does.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2111 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-08-23 17:51:40 +00:00
parent 8938fd719d
commit 877c5775b7
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -33,6 +33,9 @@ INSTALL_DATA := @INSTALL_DATA@
TCL_FLAGS:= @TCL_FLAGS@
ifneq "$(V)" ""
VERBOSE=1
endif
ifeq "$(VERBOSE)" ""
Q=@
E=@echo