Re: RFC: split OBJS lines to one object per line
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: Andres Freund <andres@anarazel.de>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2019-10-29T20:16:49Z
Lists: pgsql-hackers
On Tue, Oct 29, 2019 at 1:09 PM Andres Freund <andres@anarazel.de> wrote: > Comments? I think that this is a good idea. I see no downside. -- Peter Geoghegan
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