Repository: incubator-hawq Updated Branches: refs/heads/master 3ed78118f -> e8c745a63
HAWQ-777 Add back gpfdist Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/e8c745a6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/e8c745a6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/e8c745a6 Branch: refs/heads/master Commit: e8c745a634cbeec1ff9074359d8a54f2d8d9ee59 Parents: 3ed7811 Author: Paul Guo <[email protected]> Authored: Fri Jun 3 10:27:05 2016 +0800 Committer: Paul Guo <[email protected]> Committed: Fri Jun 3 10:27:05 2016 +0800 ---------------------------------------------------------------------- src/bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/e8c745a6/src/bin/Makefile ---------------------------------------------------------------------- diff --git a/src/bin/Makefile b/src/bin/Makefile index 46243cf..04d412d 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -16,7 +16,7 @@ include $(top_builddir)/src/Makefile.global DIRS = initdb ipcclean pg_ctl pg_dump pgbench \ psql scripts pg_config pg_controldata pg_resetxlog \ gpfilesystem/hdfs gpmirrortransition gpupgrade \ - gpfusion gp_workfile_mgr gpcheckhdfs gpoptutils + gpfusion gp_workfile_mgr gpcheckhdfs gpfdist gpoptutils all install installdirs uninstall distprep clean distclean maintainer-clean: @for dir in $(DIRS); do echo "build $$dir"; $(MAKE) -C $$dir $@ || exit; done
