You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by wa...@apache.org on 2015/10/27 06:58:18 UTC

incubator-hawq git commit: HAWQ-84. Enable building hawq-hadoop component

Repository: incubator-hawq
Updated Branches:
  refs/heads/master b0c77a0a2 -> c35094a9a


HAWQ-84. Enable building hawq-hadoop component


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

Branch: refs/heads/master
Commit: c35094a9a35db1102bce1b0c35187a5c27f7e7d2
Parents: b0c77a0
Author: Zhanwei Wang <wa...@apache.org>
Authored: Tue Oct 27 13:52:34 2015 +0800
Committer: Zhanwei Wang <wa...@apache.org>
Committed: Tue Oct 27 13:52:34 2015 +0800

----------------------------------------------------------------------
 GNUmakefile.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/c35094a9/GNUmakefile.in
----------------------------------------------------------------------
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 1dbf91a..eb024b2 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -14,7 +14,7 @@ all:
 	$(MAKE) -C config all
 	$(MAKE) -C contrib/formatter_fixedwidth all
 	$(MAKE) -C contrib/gp_sparse_vector all
-#	$(MAKE) -C contrib/hawq-hadoop all
+	$(MAKE) -C contrib/hawq-hadoop all
 	$(MAKE) -C contrib/gp_mdver all
 	$(MAKE) -C tools all
 	@echo "All of HAWQ successfully made. Ready to install."
@@ -25,7 +25,7 @@ install:
 	$(MAKE) -C config $@
 	$(MAKE) -C contrib/formatter_fixedwidth $@
 	$(MAKE) -C contrib/gp_sparse_vector $@
-#	$(MAKE) -C contrib/hawq-hadoop $@
+	$(MAKE) -C contrib/hawq-hadoop $@
 	$(MAKE) -C contrib/gp_mdver $@
 	$(MAKE) -C tools $@
 	@echo "HAWQ installation complete."
@@ -36,7 +36,7 @@ installdirs uninstall:
 	$(MAKE) -C config $@
 	$(MAKE) -C contrib/formatter_fixedwidth $@
 	$(MAKE) -C contrib/gp_sparse_vector $@
-#	$(MAKE) -C contrib/hawq-hadoop $@
+	$(MAKE) -C contrib/hawq-hadoop $@
 	$(MAKE) -C contrib/gp_mdver $@	
 
 distprep:
@@ -54,7 +54,7 @@ clean:
 	$(MAKE) -C config $@
 	$(MAKE) -C contrib/formatter_fixedwidth $@
 	$(MAKE) -C contrib/gp_sparse_vector $@
-#	$(MAKE) -C contrib/hawq-hadoop $@
+	$(MAKE) -C contrib/hawq-hadoop $@
 	$(MAKE) -C contrib/gp_mdver $@	
 	$(MAKE) -C tools $@
 # Garbage from autoconf: