Re: [bug #30505] Make doesn't update the entire dependency chain?

2010-07-21 Thread Geoff Lywood
On Wed, Jul 21, 2010 at 1:28 AM, Edward Welbourne wrote: > > previous_var: > > echo $(VAR) > previous_var > > .PHONY: previous_var > > I suggest you eliminate this .PHONY - previous_var is a real file on > disk, so not a phony target. There might be a case for it to be > declared .PHONY in

[bug #30505] Make doesn't update the entire dependency chain?

2010-07-21 Thread Geoff Lywood
URL: Summary: Make doesn't update the entire dependency chain? Project: make Submitted by: glywood Submitted on: Wed 21 Jul 2010 07:43:12 AM GMT Severity: 3 - Normal Ite