Re: [PATCH 3/6] libdw: Let clean targets be unconditional

2024-10-14 Thread Mark Wielaard
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

[PATCH 3/6] libdw: Let clean targets be unconditional

2024-10-10 Thread Michael Pratt
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