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? _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make