[Libreoffice-commits] .: Makefile.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Dec 26 14:40:05 PST 2012


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

New commits:
commit 01402f9d4ba0bc8bf8634ced4bfd6d41060d6913
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Wed Dec 26 16:38:49 2012 -0500

    dont build postprocess twice
    
    Change-Id: I344030d48c3f872cc63b5c1f444d18075fd160f5

diff --git a/Makefile.in b/Makefile.in
index 8c5f060..d4d4b9f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -275,8 +275,7 @@ ifeq ($(DISABLE_DBCONNECTIVITY),TRUE)
 	$(GNUMAKE) connectivity
 endif
 	cd $(SRC_ROOT)/postprocess && unset MAKEFLAGS && \
-		$(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) && \
-		$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS)
+		$(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM)
 
 build: build-postprocess
 ifeq ($(OS_FOR_BUILD),WNT)


More information about the Libreoffice-commits mailing list