[Libreoffice-commits] .: Makefile

Michael Stahl mst at kemper.freedesktop.org
Mon Feb 13 07:09:46 PST 2012


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

New commits:
commit 15a6211803a28fd88b33b89a3f13455665360ce9
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Feb 13 15:49:21 2012 +0100

    Makefile: don't build everything twice on "make check"

diff --git a/Makefile b/Makefile
index 815959f..30f13b0 100644
--- a/Makefile
+++ b/Makefile
@@ -442,7 +442,7 @@ check: subsequentcheck_after_build
 
 subsequentcheck_after_build: build dev-install-link
 	@cd smoketestoo_native && unset MAKEFLAGS && \
-	$(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) --all -- -P$(GMAKE_PARALLELISM)
+	$(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) -- -P$(GMAKE_PARALLELISM)
 	$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f post.Makefile subsequentcheck
 
 subsequentcheck: smoketestoo_native


More information about the Libreoffice-commits mailing list