K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2020-12-18T20:41:51.055257Z
K 7
svn:log
V 630
Improve the generation of storage and overview-related files

Enhance storage/buildconfig to add lists of files to be removed at
various cleanup levels.  METHOD_SOURCES, EXTRA_SOURCES, and PROGRAMS were
handled by separate code paths that were identical except for the names.
This cried out to be replaced by a table-driven approach.

The Makefile-related data could end up in either %storage or %overview,
and so had to be merged and re-sorted before Make.methods could be
written.  Change this to use a new %makefile variable containing the
Makefile-related data for both storage and overview methods.

Patch from Bo Lindbergh.

END
