On Sun, Jan 18, 2015 at 6:31 AM, SF Markus Elfring
<elfr...@users.sourceforge.net> wrote:
>
> Yes. - The evaluated variable should produce shell commands for recipes.
> I try to reuse it as a subfunction.

then use $(call  -- or possibly $$(call, if you want to defer the call
to when the recipe get invoked)
not $(eval

>> It's just _part_ of a recipe?
>
> It is a fragment for the reuse by another variable expansion.
>
>
>> Then $(eval) is the Wrong Thing.
>
> I hope not …

hope is not relevant... $(eval) _is_ the Wrong Thing(tm) for what you
seems to want to do

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to