Repository: incubator-hawq Updated Branches: refs/heads/master 5f2b5b46a -> 2ae1c9569
HAWQ-819. Wrong timestamp file path for Makefile target pg_prepare Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/2ae1c956 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/2ae1c956 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/2ae1c956 Branch: refs/heads/master Commit: 2ae1c95690038e42309a3725644e089e8349494c Parents: 5f2b5b4 Author: Paul Guo <[email protected]> Authored: Wed Jun 15 15:06:48 2016 +0800 Committer: hzhang2 <[email protected]> Committed: Thu Jun 16 09:58:38 2016 +0800 ---------------------------------------------------------------------- src/Makefile.global.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/2ae1c956/src/Makefile.global.in ---------------------------------------------------------------------- diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 988c922..1afbc16 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -694,7 +694,7 @@ endif # enable_nls pg_prepare: ifneq "$(findstring yes, $(with_pgcrypto))" "" - if [ ! -e $(abs_top_builddir)/pg_prepare_timestamp ]; then \ + if [ ! -e $(abs_top_builddir)/depends/thirdparty/pg_prepare_timestamp ]; then \ cd $(abs_top_srcdir); \ git submodule update --init depends/thirdparty/postgres && \ touch $(abs_top_builddir)/depends/thirdparty/pg_prepare_timestamp; \
