> 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.
Corresponding excerpt
Lines 91 - 101:
…
$(RESULT_FUNCTIONS_WITH_PREFIX1_PARALLEL) \
$(RESULT_SQL_DATABASE_NOTIFICATION8): \
initialise_database \
$(RESULT_SQL_DATABASE_NOTIFICATION4)
$(info $(if $(LET_RUN_DATA_EXPORT1_PARALLEL),\
$(eval LET_RUN_DATA_EXPORT1_PARALLEL::=)@$(RM)
'$(RESULT_SQL_DATABASE_NOTIFICATION8)'
$(DATABASE_CLI) -c \
'$(SQL_SELECT_START)_parallel1 where static = 0 $(SQL_SELECT_END)' \
'$(DATABASE_NAME)' \
> '$(RESULT_FUNCTIONS_WITH_PREFIX_PARALLEL)' \
&& $(TOUCH) '$(RESULT_SQL_DATABASE_NOTIFICATION8)'))
…
How should such a test rule be improved?
Regards,
Markus
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make