|
| From: | Alexandre Girao |
| Subject: | Internal question |
| Date: | Thu, 6 Apr 2006 11:15:10 -0300 |
A little question: a := 0 define aaa_template a := 1 $(warning $(a)) endef define bbb_template $(warning $(a)) endef $(eval $(call aaa_template)) # 0 (why 0?) $(eval $(call bbb_template)) # 1 Best regards, Alexandre Girao I'm using version 3.81
| [Prev in Thread] | Current Thread | [Next in Thread] |