[
https://issues.apache.org/jira/browse/HAWQ-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15041341#comment-15041341
]
Radar Lei commented on HAWQ-224:
--------------------------------
Should have no business with 'TAB', in Makefile most 'TAB' can't be replaced
with white spaces.
The problem you hit should because of a missing '\' in line 11.
shoud be: gp_cancel_query \
If we replace the 'TAB' in lines 21, 22, 23, 27, 28, 29, 30, will have below
error:
[root@619d16c073d1 hawq]# make -C contrib distprep
make: Entering directory `/data/hawq/contrib'
Makefile:21: *** missing separator (did you mean TAB instead of 8 spaces?).
Stop.
make: Leaving directory `/data/hawq/contrib'
BTW, 'distprep' option is not supported yet.
> /contrib/Makefile has 'tab' which cause 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
>
> 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!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)