[Libreoffice-commits] core.git: .gitignore Makefile.in

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon May 4 20:49:37 UTC 2020


 .gitignore  |    1 +
 Makefile.in |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit da21c6756571037dd2e5956a5aa56615f8f29be7
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon May 4 17:31:12 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon May 4 22:49:05 2020 +0200

    Adapt to hardened_runtime.xcent
    
    ...generated since 88453fd13a653963b394b8f865ff104b5545f137 "Enable debugging of
    a hardened process on macOS"
    
    Change-Id: I061b3673855d6e44f0fbf805f8cda1a9ee6f2196
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93431
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/.gitignore b/.gitignore
index d68dd20e1b58..c37494bd71ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,6 +57,7 @@
 /bin/bffvalidator.sh
 /bin/odfvalidator.sh
 /bin/officeotron.sh
+/hardened_runtime.xcent
 /Makefile
 /NEWS
 /TODO
diff --git a/Makefile.in b/Makefile.in
index 608a7db8a320..7107d7a2ec6c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -217,6 +217,7 @@ distclean : clean compilerplugins-clean
         $(BUILDDIR)/config_host_lang.mk.stamp \
         $(BUILDDIR)/config_host/*.h \
         $(BUILDDIR)/configure \
+        $(BUILDDIR)/hardened_runtime.xcent \
         $(BUILDDIR)/instsetoo_native/util/openoffice.lst \
         $(BUILDDIR)/sysui/desktop/macosx/Info.plist
 	$(if $(filter WNT,$(OS)),env -i PATH="$$PATH") $(FIND) $(SRCDIR)/solenv/gdb -name \*.pyc -exec rm {} \;


More information about the Libreoffice-commits mailing list