[Libreoffice-commits] .: Makefile.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 24 14:41:01 PST 2012


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

New commits:
commit 6763a59564c3b34c46e4acd8ea9f5feb42f35969
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Mon Dec 24 17:39:09 2012 -0500

    connectivity is now a gbuild module
    
    Change-Id: I2c0b387aed6ae229f9ebe4e8b30abea37884a657

diff --git a/Makefile.in b/Makefile.in
index f1111ce..b80ad4a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -268,7 +268,7 @@ ifeq ($(DISABLE_SCRIPTING),TRUE)
 endif
 ifeq ($(DISABLE_DBCONNECTIVITY),TRUE)
 # Ditto for dbconnectivity in the --disable-database-connectivity case
-	cd connectivity && sed -e 's/^\(export [A-Z0-9_]*=\)\(.*\)$$/\1"\2"/' <../config_host.mk >conftmp.sh && . conftmp.sh && rm conftmp.sh && $(SOLARENV)/bin/deliver.pl
+	$(GNUMAKE) connectivity
 endif
 	cd $(SRC_ROOT)/postprocess && unset MAKEFLAGS && \
 		$(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) && \


More information about the Libreoffice-commits mailing list