Hi Michael,
On Thu, Oct 10, 2024 at 10:27:09AM +, Michael Pratt wrote:
> The automake rule "maintainer-clean-generic"
> is always available and never conditional,
> so let the variable that uses it be define
> non-conditionally.
>
> If one actually wants conditional cleaning
> they should wri
The automake rule "maintainer-clean-generic"
is always available and never conditional,
so let the variable that uses it be define
non-conditionally.
If one actually wants conditional cleaning
they should write a custom rule and set it
as a dependency of a "*clean-local" automake rule.
There is n