Makefile consilidation to improve maintenance and developer experience #6445
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
kind/feature
Categorizes issue or PR as related to a new feature.
User Story
As a maintainer I would like to have as less Makefiles as possible for reducing the effort of syncing changes in-between different Makefiles.
As a developer I would like to use
make help
for getting an overview about all make targets.Detailed Description
The file test/infrastructure/docker/Makefile contains lots of duplicate target entries which are equivalent or similar to the ones in Makefile.
Lot's of PRs require equivalent changes for
Makefile
andtest/infrastructure/docker/Makefile
:Some changes may not get replicated to the nested Makefile
[A clear and concise description of what you want to happen.]
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
/kind feature
The text was updated successfully, but these errors were encountered: