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

New commits:
commit 01402f9d4ba0bc8bf8634ced4bfd6d41060d6913
Author: Peter Foley <[email protected]>
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)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to