summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-12-24 17:39:09 -0500
committerPeter Foley <pefoley2@verizon.net>2012-12-24 17:42:39 -0500
commit6763a59564c3b34c46e4acd8ea9f5feb42f35969 (patch)
tree974f42970dbdf8280588f471ff2c90ff47e2cc3e /Makefile.in
parent0e6212c81a837180db5b8ea29d0d2a529b4b1924 (diff)
connectivity is now a gbuild module
Change-Id: I2c0b387aed6ae229f9ebe4e8b30abea37884a657
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f1111ce795f3..b80ad4ad903c 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) && \