Split some long Makefile lists
Michael Paquier <michael@paquier.xyz>
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 <postgres@jeltef.nl> Co-Authored-By: Jacob Champion <jacob.champion@enterprisedb.com> Reviewed-by: Chao Li <li.evan.chao@gmail.com> Reviewed-by: Japin Li <japinli@hotmail.com> Reviewed-by: Man Zeng <zengman@halodbtech.com> Discussion: https://postgr.es/m/DF6HDGB559U5.3MPRFCWPONEAE@jeltef.nl
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pageinspect/Makefile | modified | +10 −1 |
| src/backend/access/Makefile | modified | +15 −2 |
| src/backend/Makefile | modified | +27 −5 |
| src/backend/optimizer/Makefile | modified | +6 −1 |
| src/backend/storage/Makefile | modified | +11 −1 |
| src/bin/scripts/Makefile | modified | +9 −1 |
| src/include/Makefile | modified | +40 −8 |
| src/interfaces/ecpg/Makefile | modified | +6 −1 |
| src/pl/tcl/Makefile | modified | +11 −1 |
| src/test/examples/Makefile | modified | +7 −1 |
| src/test/Makefile | modified | +9 −1 |
Discussion
- cleanup: Split long Makefile lists across lines and sort them 14 messages · 2025-12-24 → 2025-12-29