Paul Guo created HAWQ-819:
-----------------------------
Summary: Wrong timestamp file path for Makefile target pg_prepare
Key: HAWQ-819
URL: https://issues.apache.org/jira/browse/HAWQ-819
Project: Apache HAWQ
Issue Type: Bug
Components: Build
Reporter: Paul Guo
Assignee: Lei Chang
This is a tiny bug.
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; \
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)