mirror of
https://github.com/znc/znc.git
synced 2026-08-11 03:12:50 +02:00
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:
@@ -33,6 +33,9 @@ INSTALL_DATA := @INSTALL_DATA@
|
||||
|
||||
TCL_FLAGS:= @TCL_FLAGS@
|
||||
|
||||
ifneq "$(V)" ""
|
||||
VERBOSE=1
|
||||
endif
|
||||
ifeq "$(VERBOSE)" ""
|
||||
Q=@
|
||||
E=@echo
|
||||
|
||||
Reference in New Issue
Block a user