HAWQ-1535. Set PXF_HOME

Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/552413e2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/552413e2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/552413e2

Branch: refs/heads/HAWQ-1535
Commit: 552413e2800da8aa88c8e5402404ace6ff3b6079
Parents: 0668e2b
Author: shivzone <[email protected]>
Authored: Wed Oct 4 14:06:25 2017 -0700
Committer: shivzone <[email protected]>
Committed: Wed Oct 4 14:06:25 2017 -0700

----------------------------------------------------------------------
 pxf/Makefile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/552413e2/pxf/Makefile
----------------------------------------------------------------------
diff --git a/pxf/Makefile b/pxf/Makefile
index ae50996..92e11e7 100644
--- a/pxf/Makefile
+++ b/pxf/Makefile
@@ -24,6 +24,7 @@ else
     ifneq "$(PXF_HOME)" ""
         BUILD_PARAMS= -DdeployPath=$(PXF_HOME)
     else ifneq "$(GPHOME)" ""
+        PXF_HOME= $(GPHOME)/pxf
         BUILD_PARAMS= -DdeployPath="$(GPHOME)/pxf"
     else
                @echo "Cannot invoke install without configuring either 
PXF_HOME or GPHOME"

Reply via email to