Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit deb249e1b3a3095e0d04c47f57044fe5b0ddf095
Author: Michael Stahl <mst...@redhat.com>
Date:   Thu Nov 21 13:12:33 2013 +0100

    Makefile.in: "make check" should build "all" too
    
    Change-Id: I6b72c3deb1a056149e965b78d12d3c37c6bfd5b9

diff --git a/Makefile.in b/Makefile.in
index e2bf1dc..8c64940 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -217,7 +217,7 @@ ifneq ($(filter-out WNT MACOSX IOS ANDROID,$(OS)),)
        mkdir -p $(INSTDIR) && install-gdb-printers -a $(INSTDIR) -c
 endif
        $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f 
$(SRCDIR)/Makefile.gbuild \
-               $(if $(filter build,$(MAKECMDGOALS)),all) \
+               $(if $(filter build check,$(MAKECMDGOALS)),all) \
                $(if $(filter build-nocheck,$(MAKECMDGOALS)),build) \
                $(if $(filter check,$(MAKECMDGOALS)),subsequentcheck) \
                $(filter all build-l10n-only build-non-l10n-only debugrun help 
slowcheck translations unitcheck subsequentcheck check,$(MAKECMDGOALS))
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to