[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Conditional recipe execution
From: |
Paul Smith |
Subject: |
Re: Conditional recipe execution |
Date: |
Fri, 23 Jan 2015 15:45:45 -0500 |
On Fri, 2015-01-23 at 20:38 +0100, SF Markus Elfring wrote:
> > You need to describe your situation. Use words, but with detail.
>
> I have adjusted my build scripts. Now I wonder about another
> error message for a recipe.
>
> parallel-inc.make:95: *** unterminated call to function 'info': missing ')'.
> Stop.
I think the message is pretty clear: you're missing the end parenthesis
")" to the info function which starts at line 95:
> $(info $(if $(LET_RUN_DATA_EXPORT1_PARALLEL),\
> $(eval LET_RUN_DATA_EXPORT1_PARALLEL::=)@$(RM)
> '$(RESULT_SQL_DATABASE_NOTIFICATION8)'
You can see that you open both an $(info ... and $(if ... function here,
and you don't close either of them (missing end-parens).
What are you confused about?
- Re: Difficulties from the combination of functions "call" and "eval", (continued)
- Re: Difficulties from the combination of functions "call" and "eval", SF Markus Elfring, 2015/01/18
- Re: Difficulties from the combination of functions "call" and "eval", Paul Smith, 2015/01/18
- Re: Difficulties from the combination of functions "call" and "eval", SF Markus Elfring, 2015/01/18
- Re: Difficulties from the combination of functions "call" and "eval", Paul Smith, 2015/01/18
- Re: Difficulties from the combination of functions "call" and "eval", SF Markus Elfring, 2015/01/18
- Re: Difficulties from the combination of functions "call" and "eval", Paul Smith, 2015/01/18
- Re: Conditional recipe execution, SF Markus Elfring, 2015/01/18
- Re: Conditional recipe execution, Paul Smith, 2015/01/18
- Re: Conditional recipe execution, SF Markus Elfring, 2015/01/19
- Re: Conditional recipe execution, SF Markus Elfring, 2015/01/23
- Re: Conditional recipe execution,
Paul Smith <=
- Re: Conditional recipe execution, SF Markus Elfring, 2015/01/23
- Re: Conditional recipe execution, Paul Smith, 2015/01/23
- Re: Conditional recipe execution, SF Markus Elfring, 2015/01/23
- Re: Conditional recipe execution, Paul Smith, 2015/01/23
- Re: Conditional recipe execution, SF Markus Elfring, 2015/01/23
- Re: Conditional recipe execution, Paul Smith, 2015/01/23
- Re: Conditional recipe execution, SF Markus Elfring, 2015/01/24
- Re: Extensions for make file parsing?, SF Markus Elfring, 2015/01/24
- Re: Challenges around the combination of functions "call" and "eval", SF Markus Elfring, 2015/01/28
- Re: Challenges around the combination of functions "call" and "eval", Paul Smith, 2015/01/28