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

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

GitHub user SuperJDC reopened a pull request:

    https://github.com/apache/incubator-hawq/pull/168

    HAWQ-224. Fix syntax error of make distprep. a missing '\' in line 11.

    add ' \' to the end of line 11

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/SuperJDC/incubator-hawq patch-2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/168.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #168
    
----
commit 00e29ca5dfd233a3780fc9da57feba15d3aa0c87
Author: SuperJDC <[email protected]>
Date:   2015-12-08T09:26:54Z

    a missing '\' in line 11
    
    add ' \' to the end of line 11

----


> make distprep: /contrib/Makefile: error: commands commence before first target
> ------------------------------------------------------------------------------
>
>                 Key: HAWQ-224
>                 URL: https://issues.apache.org/jira/browse/HAWQ-224
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Build
>            Reporter: SuperJDC
>            Assignee: Radar Lei
>              Labels: closed-pr
>
> steps:
> step1: ./configure --prefix=/home/hawq/hawqinstall/
> ok
> step2: make
> All of hawq successfully made. Ready to install.
> step3: make distprep
> MakeFile:12: *** commands commence before first target. Stop.
> I foud tab in /contrib/Makefile. Line 8, 9, 10, 11, 12, 13, 21, 22, 23, 27, 
> 28, 29, 30, all start with tab.
> Additionally, line 8, there is no subdirectory: pgbench. And line 11, has no 
> end, which should be ended with \.
> Thanks!
> There will be no error, when I do the follow (2) steps:
> First, add ' \' to the end of line 11.
> Secondly, replace 'pgbench' with 'pgcrypto', in line 8. (Because contrib has 
> no subdirectory: pgbench, but pgcrypto.)
> Thanks!
> Thanks for Radar Lei's effort work!
> I'm looking forward 'distprep' and 'dist' will be supported soon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to