Re: [RFC PATCH v3 0/1] per-target .ONESHELL support
"David A. Wheeler" <[email protected]>
| Newsgroups | gmane.comp.gnu.make.bugs |
|---|---|
| Message-ID | <[email protected]> |
> On Mon, 2024-11-18 at 12:06 -0900, Britton Leo Kerin wrote: >> This is the cleaned up version that has a flag rather than twiddling >> the global. I think it's all reasonably ready now and if there's any >> possibility of getting it included I'll add tests and documentation. I think this is great functionality! Thank you! I also think it'd be nice to support: foo: .ONESHELL in *addition* to: .ONESHELL: foo So that you don't need to have additional lines to make such settings. But that's a *different* issue. --- David A. Wheeler