With GNU make 3.81-beta3, I try this makefile:
define myvar
# $(error blah)
endef
$(eval $(myvar))


And I get:
Makefile:4: *** blah.  Stop.

Shouldn't the commented error call be ignored?

Jon.


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to