Did $(if $(myvar),...) behavior change from make 3.81 to make 4.1?

2017-06-12 Thread David Drinnan
changed in make 4.1? Or maybe $(if ...) has been deprecated for a long time, and make 4.1 finally axed it... ? If it did change, when? And, finally, if you made it this far, what's the recommended alternative -- ifdef? Thx in advance for any hel

Re: Did $(if $(myvar), ...) behavior change from make 3.81 to make 4.1?

2017-06-14 Thread David Drinnan
doesn't work as expected in 3.8 either! The variable stays the same before and after. So 4.1 is working better at least, to let you know it's not doing anything. I will open a bug. Best, --David Drinnan On Mon, Jun 12, 2017 at 8:49 PM, Paul Smith wrote: > On Mon, 2017-06-12 a