Re: submake-errcodes
Jacob Champion <pchampion@pivotal.io>
From: Jacob Champion <pchampion@pivotal.io>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Gierth <andrew@tao11.riddles.org.uk>, Michael Paquier <michael@paquier.xyz>, Devrim Gündüz <devrim@gunduz.org>, Christoph Berg <myon@debian.org>, pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-04-12T18:22:45Z
Lists: pgsql-hackers
On Thu, Apr 12, 2018 at 11:00 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Andrew Gierth <andrew@tao11.riddles.org.uk> writes: >> Is it worth exploring the idea of changing to a non-recursive style of >> makefile? > > Not post-feature-freeze, for sure. Whether it's worth the work as a > long-term project, I dunno. I've been taking a look at this in my limited free time, so I might as well publicly register my interest here. Moving to non-recursive Make will probably be quite a bit of work/pain, but I also think it's probably worth it in the end. (We make heavy use of automated builds, and having a complete dependency graph should speed those up considerably, in addition to the maintenance benefits already implied here.) --Jacob
Commits
-
Fix YA parallel-make hazard, this one in "make check" in plpython.
- 3e110a373b81 11.0 landed
-
Put back parallel-safety guards in plpython and src/test/regress/.
- 31f1f0bb4fd6 11.0 landed
-
Fix partial-build problems introduced by having more generated headers.
- 3b8f6e75f3c8 11.0 cited