Split some long Makefile lists This change makes more readable code diffs when adding new items or removing old items, while ensuring that lines do not get excessively long. Some SUBDIRS, PROGRAMS and REGRESS lists are split.
Note that there are a few more REGRESS lists that could be split, particularly in contrib/. Author: Jelte Fennema-Nio <[email protected]> Co-Authored-By: Jacob Champion <[email protected]> Reviewed-by: Chao Li <[email protected]> Reviewed-by: Japin Li <[email protected]> Reviewed-by: Man Zeng <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/9adf32da6b48e423e632ac24d6c634021e1ab154 Modified Files -------------- contrib/pageinspect/Makefile | 11 +++++++++- src/backend/Makefile | 32 +++++++++++++++++++++++----- src/backend/access/Makefile | 17 +++++++++++++-- src/backend/optimizer/Makefile | 7 +++++- src/backend/storage/Makefile | 12 ++++++++++- src/bin/scripts/Makefile | 10 ++++++++- src/include/Makefile | 48 +++++++++++++++++++++++++++++++++++------- src/interfaces/ecpg/Makefile | 7 +++++- src/pl/tcl/Makefile | 12 ++++++++++- src/test/Makefile | 10 ++++++++- src/test/examples/Makefile | 8 ++++++- 11 files changed, 151 insertions(+), 23 deletions(-)
