compilerplugins/Makefile-clang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 876f23915ab39d317207c191f378c53e33059a0d Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Fri Mar 22 23:07:52 2019 +0100 Commit: Stephan Bergmann <sberg...@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 <sberg...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits