[ 
https://issues.apache.org/jira/browse/HAWQ-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15331318#comment-15331318
 ] 

ASF GitHub Bot commented on HAWQ-819:
-------------------------------------

Github user zhangh43 commented on the issue:

    https://github.com/apache/incubator-hawq/pull/716
  
    +1


> 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)

Reply via email to