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
@@ -39,6 +39,9 @@ CLEAN := znc *.o core core.*
DISTCLEAN := Makefile config.log config.status znc-config znc-buildmod .depend \
modules/.depend modules/Makefile man/Makefile znc.pc znc-uninstalled.pc
ifneq "$(V)" ""
VERBOSE=1
endif
ifeq "$(VERBOSE)" ""
Q=@
E=@echo
+3
View File
@@ -13,6 +13,9 @@ INSTALL_DATA := @INSTALL_DATA@
MAN1 := znc.1.gz znc-buildmod.1.gz znc-config.1.gz
ifneq "$(V)" ""
VERBOSE=1
endif
ifeq "$(VERBOSE)" ""
Q=@
E=@echo
+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