Re: order of evaluation for target specific variables

2016-04-27 Thread Paul Smith
On Wed, 2016-04-27 at 15:25 -0400, Alfred M. Szmidt wrote: > What are the intended semantics of the following snippet, > > target: foo=zork > target: > ifeq ($(foo),zork) > @echo "zork zork" > else > @echo "bork bork" > endif > > I'm think

order of evaluation for target specific variables

2016-04-27 Thread Alfred M. Szmidt
What are the intended semantics of the following snippet, target: foo=zork target: ifeq ($(foo),zork) @echo "zork zork" else @echo "bork bork" endif I'm thinking that it should print "zork zork" -- target specific variables a