Re: cleanup: Split long Makefile lists across lines and sort them - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: cleanup: Split long Makefile lists across lines and sort them
Date
Msg-id aU8as7Yi7m_EHF21@paquier.xyz
Whole thread Raw
In response to Re: cleanup: Split long Makefile lists across lines and sort them  ("Jelte Fennema-Nio" <postgres@jeltef.nl>)
List pgsql-hackers
On Fri, Dec 26, 2025 at 06:30:53PM +0100, Jelte Fennema-Nio wrote:
> On Thu Dec 25, 2025 at 10:37 AM CET, Chao Li wrote:
> > If we look at existing Makefiles, they don’t add a tailing “\” in the last line of lists, so let’s keep consistent.
>
> Alright, attached is one without the trailing backslash. If we want to
> add those let's indeed do it in a dedicated patch that makes all of such
> lists consistently use them.

Yep, none of these lists should have a trailing backslash.  If nobody
objects, I'll get this one applied while double-checking the rest of
the tree, not having these lists make the addition of new items always
harder to parse.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: [18] CREATE SUBSCRIPTION ... SERVER
Next
From: Michael Paquier
Date:
Subject: Re: Run perltidy on src/test/perl/PostgreSQL/Test/Cluster.pm