Re: RFC: split OBJS lines to one object per line
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Peter Geoghegan <pg@bowt.ie>, pgsql-hackers@postgresql.org
Date: 2019-10-30T06:56:14Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On 2019-10-29 16:31:11 -0400, Tom Lane wrote: >> We did something similar not too long ago in configure.in (bfa6c5a0c), >> and it seems to have helped. +1 > Cool. Any opinion on whether to got for ... Not here. regards, tom lane
Commits
-
Fix some OBJS lists in two Makefiles to be ordered alphabetically
- aa3ef7ff5053 13.0 landed
-
Split all OBJS style lines in makefiles into one-line-per-entry style.
- 01368e5d9da7 13.0 landed