Re: [PATCH] contrib/plugins/Makefile: Add a 'distclean' target

2024-09-02 Thread Alex Bennée
Thomas Huth writes: > Running "make distclean" in the build tree currently fails since this > tries to run the "distclean" target in the contrib/plugins/ folder, too, > but the Makefile there is missing this target. Thus add 'distclean' there > to fix this issue. > > And to avoid regressions with

Re: [PATCH] contrib/plugins/Makefile: Add a 'distclean' target

2024-09-02 Thread Pierrick Bouvier
On 9/2/24 08:47, Thomas Huth wrote: Running "make distclean" in the build tree currently fails since this tries to run the "distclean" target in the contrib/plugins/ folder, too, but the Makefile there is missing this target. Thus add 'distclean' there to fix this issue. And to avoid regressions

[PATCH] contrib/plugins/Makefile: Add a 'distclean' target

2024-09-02 Thread Thomas Huth
Running "make distclean" in the build tree currently fails since this tries to run the "distclean" target in the contrib/plugins/ folder, too, but the Makefile there is missing this target. Thus add 'distclean' there to fix this issue. And to avoid regressions with "make distclean", add this comma