[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH v3 0/1] per-target .ONESHELL support
From: |
David A. Wheeler |
Subject: |
Re: [RFC PATCH v3 0/1] per-target .ONESHELL support |
Date: |
Wed, 20 Nov 2024 11:19:10 -0500 |
> 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