[Libreoffice-commits] core.git: compilerplugins/Makefile-clang.mk

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Sat Mar 23 19:30:34 UTC 2019


 compilerplugins/Makefile-clang.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 876f23915ab39d317207c191f378c53e33059a0d
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Mar 22 23:07:52 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sat Mar 23 20:30:12 2019 +0100

    Consistently make generator invocation $(QUIET) too
    
    Change-Id: I5251f130aafdebdb4698ef4513b1dcf9f3bdf454
    Reviewed-on: https://gerrit.libreoffice.org/69571
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/compilerplugins/Makefile-clang.mk b/compilerplugins/Makefile-clang.mk
index f342ec01b5f9..a0a7e2155543 100644
--- a/compilerplugins/Makefile-clang.mk
+++ b/compilerplugins/Makefile-clang.mk
@@ -175,7 +175,7 @@ ifdef LO_CLANG_SHARED_PLUGINS
 $(CLANGINDIR)/sharedvisitor/sharedvisitor.cxx: $(shell grep -l "LO_CLANG_SHARED_PLUGINS" $(CLANGINDIR)/*.cxx)
 $(CLANGINDIR)/sharedvisitor/sharedvisitor.cxx: $(CLANGOUTDIR)/sharedvisitor/generator$(CLANG_EXE_EXT)
 	$(call gb_Output_announce,$(subst $(SRCDIR)/,,$@),$(true),GEN,1)
-	$(CLANGOUTDIR)/sharedvisitor/generator$(CLANG_EXE_EXT) \
+	$(QUIET)$(CLANGOUTDIR)/sharedvisitor/generator$(CLANG_EXE_EXT) \
         $(COMPILER_PLUGINS_TOOLING_ARGS:%=-arg=%) \
         $(shell grep -l "LO_CLANG_SHARED_PLUGINS" $(CLANGINDIR)/*.cxx) \
         > $(CLANGINDIR)/sharedvisitor/sharedvisitor.cxx


More information about the Libreoffice-commits mailing list