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


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to