help-make
[Top][All Lists]
Advanced

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

Re: a function that calls a function eval'ing an immediate variable


From: Sandy Currier
Subject: Re: a function that calls a function eval'ing an immediate variable
Date: Tue, 2 Mar 2004 12:30:52 -0500

Uh, I think I figured out what is wrong with the prior post.  It looks like 
pilot error on my part.

The correct invocation of the foreach from within the outer function should be:

$$(foreach platform, $(PLATFORMS),$$(eval $$(call TEST2_TEMPLATE,$$(platform))))

and not

$(foreach platform, $(PLATFORMS),$(eval $(call TEST2_TEMPLATE,$(platform))))

Not exactly sure why, but the former seems to work and the latter does not.

Again thanks for any comments.
-sandy




reply via email to

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