[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #19900] Target-specific variables not honored for rules generated b
From: |
Andy Goth |
Subject: |
[bug #19900] Target-specific variables not honored for rules generated by $(eval) |
Date: |
Fri, 18 May 2007 18:43:55 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 |
Follow-up Comment #2, bug #19900 (project make):
My apologies. The problem was my misunderstanding.
In the $(eval) case, $(var) was being expanded as part of the $(eval), which
isn't being done in the context of a rule. Using $$(var) fixes this because
$(eval) generates a rule containing the string "$(var)", and expansion is
deferred until the rule is applied.
Sorry for wasting your time with this; just close the bug. And thanks for
pointing me in the right direction.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?19900>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/