pgsql: Sort $(wildcard) output where needed for reproducible build outp - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Sort $(wildcard) output where needed for reproducible build outp
Date
Msg-id E1aGYVi-00051N-0c@gemulon.postgresql.org
Whole thread Raw
List 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_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8805af0886c671adcaf0200d70549d5d933f5cf2

Modified Files
--------------
contrib/hstore_plperl/Makefile   |    2 +-
contrib/hstore_plpython/Makefile |    4 ++--
contrib/ltree_plpython/Makefile  |    4 ++--
src/bin/pg_xlogdump/Makefile     |    2 +-
4 files changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Sort $(wildcard) output where needed for reproducible build outp
Next
From: Tom Lane
Date:
Subject: pgsql: Sort $(wildcard) output where needed for reproducible build outp