Peng Yu wrote:
I call a macro that is not defined. It would not generate any error or warnings. I looked at the manual section 8.6 "The `call' Function". I don't see how to enable warnings or errors for such undefined macro. Could you let me know if it is possible to enable the warnings or errors for this case?$(eval $(call nothing, 1)) Add --warn-undefined-variables to your command-line: $ gmake --warn-undefined-variableshth, Eric Melski http://blog.melski.net/ |
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
