Re: [OpenAFS-devel] avoiding make rules with multiple targets

2013-02-20 Thread Benjamin Kaduk
On Wed, 20 Feb 2013, Marc Dionne wrote: On Tue, Feb 19, 2013 at 7:10 PM, Benjamin Kaduk wrote: We've had a few commits over the years to help parallel builds along by splitting rules with two targets into two separate rules, one a pure dependency and the other with the actual contents of the

Re: [OpenAFS-devel] avoiding make rules with multiple targets

2013-02-20 Thread Marc Dionne
On Tue, Feb 19, 2013 at 7:10 PM, Benjamin Kaduk wrote: > We've had a few commits over the years to help parallel builds along by > splitting rules with two targets into two separate rules, one a pure > dependency and the other with the actual contents of the rule (usually > compile_et). > > A typ

Re: [OpenAFS-devel] avoiding make rules with multiple targets

2013-02-20 Thread Michael Meffie
On Tue, 19 Feb 2013 19:10:21 -0500 Benjamin Kaduk wrote: > We've had a few commits over the years to help parallel builds along by > splitting rules with two targets into two separate rules, one a pure > dependency and the other with the actual contents of the rule (usually > compile_et). > >

[OpenAFS-devel] avoiding make rules with multiple targets

2013-02-19 Thread Benjamin Kaduk
We've had a few commits over the years to help parallel builds along by splitting rules with two targets into two separate rules, one a pure dependency and the other with the actual contents of the rule (usually compile_et). A typical example is 147aeeb6c59b5f4a9f8a795a91e0c42ecf80278c (gerri