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

Peter Foley pefoley2 at pefoley.com
Thu Jan 28 07:42:55 PST 2016


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

New commits:
commit 13ebef097dbbf1e8663bcb3649daba4ee8295a40
Author: Peter Foley <pefoley2 at pefoley.com>
Date:   Fri Jan 22 11:47:43 2016 -0500

    improve distclean for cross-compile
    
    Change-Id: I2af71d5039d330518ea115e6a95af1f15c376538
    Reviewed-on: https://gerrit.libreoffice.org/21722
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Matúš Kukan <matus at libreoffice.org>
    Reviewed-by: jan iversen <jani at documentfoundation.org>

diff --git a/Makefile.in b/Makefile.in
index aec7ea6..33f3963 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -175,6 +175,8 @@ distclean : clean compilerplugins-clean
         $(BUILDDIR)/config.Build.log \
         $(BUILDDIR)/config.status \
         $(BUILDDIR)/config_build.mk \
+        $(BUILDDIR)/config_build_lang.mk \
+        $(BUILDDIR)/config_build/*.h \
         $(BUILDDIR)/config_host.mk \
         $(BUILDDIR)/config_host.mk.stamp \
         $(BUILDDIR)/config_host_lang.mk \


More information about the Libreoffice-commits mailing list