[Libreoffice-commits] core.git: 2 commits - compilerplugins/.gitignore compilerplugins/Makefile-clang.mk
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 11 17:28:30 UTC 2019
compilerplugins/.gitignore | 17 +++++++++++++++++
compilerplugins/Makefile-clang.mk | 11 ++++++++++-
2 files changed, 27 insertions(+), 1 deletion(-)
New commits:
commit 343df4dfb7242599afc3187b9c674037b7d5c6af
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Sep 11 18:09:15 2019 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Sep 11 19:27:47 2019 +0200
Adapt compilerplugins/.gitignore
...to ceb26770b3d1c5c2ffaf73f8f589c5e169e6db06 "split clangplugins sharedvisitor
generator into two steps"
Change-Id: Icee23ea3c130a7f157d6fec0489d0b9d8f03da20
Reviewed-on: https://gerrit.libreoffice.org/78821
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/compilerplugins/.gitignore b/compilerplugins/.gitignore
index b672fdeaf35b..73146bcd4e8a 100644
--- a/compilerplugins/.gitignore
+++ b/compilerplugins/.gitignore
@@ -1 +1,18 @@
+/clang/clang-timestamp
+/clang/plugin.dll
+/clang/plugin.so
+/clang/sharedvisitor/*.plugininfo
+/clang/sharedvisitor/analyzer
+/clang/sharedvisitor/analyzer.d
+/clang/sharedvisitor/analyzer.exe
+/clang/sharedvisitor/analyzer.o
+/clang/sharedvisitor/clang.pch
+/clang/sharedvisitor/generator
+/clang/sharedvisitor/generator.d
+/clang/sharedvisitor/generator.exe
+/clang/sharedvisitor/generator.o
+/clang/sharedvisitor/sharedvisitor.cxx
+/clang/sharedvisitor/sharedvisitor.d
+/clang/sharedvisitor/sharedvisitor.o
+/clang/sources.txt
obj
commit b057f4f8dbc1a3e392fee7b0b06de1847d3424c3
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Sep 11 17:45:21 2019 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Sep 11 19:27:35 2019 +0200
Adapt compilerplugins.clean
...to ceb26770b3d1c5c2ffaf73f8f589c5e169e6db06 "split clangplugins sharedvisitor
generator into two steps"
Change-Id: If75495e9d57007bb30e69e74842bcf42457c9ee4
Reviewed-on: https://gerrit.libreoffice.org/78820
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/compilerplugins/Makefile-clang.mk b/compilerplugins/Makefile-clang.mk
index c36bc6bd18cb..f2ed9212948d 100644
--- a/compilerplugins/Makefile-clang.mk
+++ b/compilerplugins/Makefile-clang.mk
@@ -141,7 +141,16 @@ $(CLANGOUTDIR)/sources.txt:
compilerplugins-build: $(CLANGOUTDIR) $(CLANGOBJDIR) $(CLANGOUTDIR)/plugin$(CLANG_DL_EXT)
compilerplugins-clean:
- rm -rf $(CLANGOUTDIR)
+ rm -rf \
+ $(CLANGOBJDIR) \
+ $(CLANGOUTDIR)/clang-timestamp \
+ $(CLANGOUTDIR)/plugin$(CLANG_DL_EXT) \
+ $(CLANGOUTDIR)/sharedvisitor/*.plugininfo \
+ $(CLANGOUTDIR)/sharedvisitor/clang.pch \
+ $(CLANGOUTDIR)/sharedvisitor/sharedvisitor.{cxx,d,o} \
+ $(CLANGOUTDIR)/sharedvisitor/{analyzer,generator}{$(CLANG_EXE_EXT),.d,.o} \
+ $(CLANGOUTDIR)/sources-new.txt \
+ $(CLANGOUTDIR)/sources.txt
$(CLANGOUTDIR):
mkdir -p $(CLANGOUTDIR)
More information about the Libreoffice-commits
mailing list