help-make
[Top][All Lists]
Advanced

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

Re: why is indirect assignment inside eval, not working??


From: Philip Guenther
Subject: Re: why is indirect assignment inside eval, not working??
Date: Tue, 9 Feb 2010 21:01:44 -0800

On Tuesday, February 9, 2010, Mark Galeck (CW) <address@hidden> wrote:
> define FOOBAR
> FOO:=foo
> BAR:=$(FOO)
> endef
>
> $(eval $(call FOOBAR))

Conside the output if you instead write
$(info $(call FOOBAR))

That shows you what $(eval) is seeing.  Make more sense?

Philip Guenther




reply via email to

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