You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Paul Guo (JIRA)" <ji...@apache.org> on 2016/06/16 03:07:05 UTC

[jira] [Closed] (HAWQ-819) Wrong timestamp file path for Makefile target pg_prepare

     [ https://issues.apache.org/jira/browse/HAWQ-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Guo closed HAWQ-819.
-------------------------
       Resolution: Fixed
         Assignee: Paul Guo  (was: Lei Chang)
    Fix Version/s: 2.0.0-beta-incubating

> 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: Paul Guo
>             Fix For: 2.0.0-beta-incubating
>
>
> 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)