Re: [RFC PATCH v4 0/3] per-target .ONESHELL with shard recipe fix

2024-12-26 Thread Britton Kerin
On Thu, Dec 26, 2024 at 10:37 AM David A. Wheeler wrote: > > > On Dec 23, 2024, at 7:56 PM, Britton Leo Kerin > > wrote: > > > > Another crack at per-target .ONESHELL. > > > > The major problem with v3 was that the shared struct commands for > > implicit rules, .DEFAULT rules suffix rules etc. c

Re: [RFC PATCH v4 0/3] per-target .ONESHELL with shard recipe fix

2024-12-26 Thread David A. Wheeler
> On Dec 23, 2024, at 7:56 PM, Britton Leo Kerin > wrote: > > Another crack at per-target .ONESHELL. > > The major problem with v3 was that the shared struct commands for > implicit rules, .DEFAULT rules suffix rules etc. caused use of .ONESHELL > with any target covered by such a rules to "

[RFC PATCH v4 0/3] per-target .ONESHELL with shard recipe fix

2024-12-23 Thread Britton Leo Kerin
Another crack at per-target .ONESHELL. The major problem with v3 was that the shared struct commands for implicit rules, .DEFAULT rules suffix rules etc. caused use of .ONESHELL with any target covered by such a rules to "infect" other targets sharing the recipe (but not themselves named as .ONESH