Hi Mark,
> Since b2f225d6bff8 ("Consolidate and add files to clean target variables")
> autoreconf (automake) produces these warnings:
oops, sorry...
> This is because config/eu.am defines a default CLEANFILES. So those
> Makefile.am files should add to CLEANFILES with += instead of
> redefining CLEANFILES with =.
May I suggest to instead simply use
"DISTCLEANFILES" for what is in eu.am?
It's not being used anywhere else currently...
If that's no good, I would then like to see a '+='
in all the "*CLEANFILES" definitions in each level for each file
so it's not confusing or looking like a possible mistake.
--
MCP