Kaydet (Commit) 6763a595 authored tarafından Peter Foley's avatar Peter Foley

connectivity is now a gbuild module

Change-Id: I2c0b387aed6ae229f9ebe4e8b30abea37884a657
üst 0e6212c8
...@@ -268,7 +268,7 @@ ifeq ($(DISABLE_SCRIPTING),TRUE) ...@@ -268,7 +268,7 @@ ifeq ($(DISABLE_SCRIPTING),TRUE)
endif endif
ifeq ($(DISABLE_DBCONNECTIVITY),TRUE) ifeq ($(DISABLE_DBCONNECTIVITY),TRUE)
# Ditto for dbconnectivity in the --disable-database-connectivity case # 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 endif
cd $(SRC_ROOT)/postprocess && unset MAKEFLAGS && \ cd $(SRC_ROOT)/postprocess && unset MAKEFLAGS && \
$(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) && \ $(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment