Repository: incubator-hawq Updated Branches: refs/heads/master b38fb124a -> 3ed78118f
HAWQ-773. Need to install gpos and gp-xerces also when gporca is enabled. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/3ed78118 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/3ed78118 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/3ed78118 Branch: refs/heads/master Commit: 3ed78118f450a12248ffdc4c6f1f825b850efb28 Parents: b38fb12 Author: Paul Guo <[email protected]> Authored: Thu Jun 2 16:33:51 2016 +0800 Committer: yaoj2 <[email protected]> Committed: Thu Jun 2 16:48:11 2016 +0800 ---------------------------------------------------------------------- src/backend/Makefile | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/3ed78118/src/backend/Makefile ---------------------------------------------------------------------- diff --git a/src/backend/Makefile b/src/backend/Makefile index bc8c178..20143dd 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -326,6 +326,8 @@ endif ifeq ($(enable_orca), yes) $(MAKE) -C gpopt $@ INSTLOC=$(DESTDIR)$(libdir) $(MAKE) -C gporca/build $@ + $(MAKE) -C gpos/build $@ + $(MAKE) -C gp-xerces/build $@ endif install-bin: postgres $(POSTGRES_IMP) installdirs
