bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

comments in eval


From: Jonathan Baccash
Subject: comments in eval
Date: Fri, 29 Jul 2005 15:10:44 -0700

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.




reply via email to

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