From a8db357874b3ab3f785457cd9a84c68a05d3c61e Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Mon, 10 Aug 2015 14:06:40 -0500 Subject: gbuild/config stop using VERBOSE, use only verbose=t configure.ac was setting VERBOSE=YES/NO when really we use verbose=t or verbose= Change-Id: I47aee8d177cb2d788a62ecdbbb9cc3695c2bb299 Reviewed-on: https://gerrit.libreoffice.org/17634 Tested-by: Jenkins Reviewed-by: Norbert Thiebaud --- compilerplugins/Makefile-clang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilerplugins/Makefile-clang.mk') diff --git a/compilerplugins/Makefile-clang.mk b/compilerplugins/Makefile-clang.mk index bed75cec99e6..b914d37bd2e3 100644 --- a/compilerplugins/Makefile-clang.mk +++ b/compilerplugins/Makefile-clang.mk @@ -32,7 +32,7 @@ CLANGINDIR=$(SRCDIR)/compilerplugins/clang # plugin will cause cache misses with ccache. CLANGOUTDIR=$(BUILDDIR)/compilerplugins/obj -QUIET=$(if $(VERBOSE)$(verbose),,@) +QUIET=$(if $(verbose),,@) ifneq ($(ENABLE_WERROR),) CLANGWERROR := -Werror -- cgit v1.2.3