Re: multiple targets

2016-02-01 Thread Luke Shumaker
On Tue, 19 Jan 2016 04:56:42 -0500, Phillip Lord wrote: > While writing a make file, I've just hit the situation where I need to > write a rule of the form: > > > a b c d e: x y z > generate_abcde > > > Unfortunately, this doesn't work as the semantics are equivalent to the > rules where th

Re: Finding second route through rules

2016-02-01 Thread Luke Shumaker
Hi Steven, I had to work through this several times to convince myself that this wasn't a simple misunderstanding of trying to apply ≤3.81 pattern rules in a post-3.82 world. Having to keep track of the bar's, baz's, qu+x's didn't help either :) Here is an "improved" makefile that I think demonst