Re: BUG #15525: Build failures when compiling Postgres with Make parallelization

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jack Kelly <jack@jackkelly.name>
Cc: Thomas Munro <thomas.munro@enterprisedb.com>, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2018-11-29T21:03:16Z
Lists: pgsql-bugs
I wrote:
> After sleeping on this, I'm liking the idea of adding "touch" to our
> rule better.

I've pushed a patch along that line:

https://git.postgresql.org/gitweb/?p=postgresql.git;a=patch;h=826eff57c4c23f77314ba7151d3dc506ce0fa24c

Possibly the nix PG package would want to absorb that before our next
releases (which aren't scheduled until February).

			regards, tom lane


Commits

  1. Ensure static libraries have correct mod time even if ranlib messes it up.