pgsql: Sort $(wildcard) output where needed for reproducible build outp

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Sort $(wildcard) output where needed for reproducible build outp
Date: 2016-01-05 20:47:18
Message-ID: E1aGYVi-00051S-0q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Sort $(wildcard) output where needed for reproducible build output.

The order of inclusion of .o files makes a difference in linker output;
not a functional difference, but still a bitwise difference, which annoys
some packagers who would like reproducible builds.

Report and patch by Christoph Berg

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6d899f098c195f624b61929e6d43091f836da215

Modified Files
--------------
contrib/pg_xlogdump/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-01-05 21:43:55 pgsql: Remove some ancient and unmaintained encoding-conversion test cr
Previous Message Alvaro Herrera 2016-01-05 20:26:38 pgsql: Make pg_receivexlog silent with 9.3 and older servers