bug-make
[Top][All Lists]
Advanced

[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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]