]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Sort $(wildcard) output where needed for reproducible build output.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Jan 2016 20:47:05 +0000 (15:47 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Jan 2016 20:47:05 +0000 (15:47 -0500)
commit8c558b2e96ae608807d1e1167ebb0a5f1e1987bd
treea1fcafad70b0332bd4e34f69d609ad44d3289ed4
parentadd6d821b778ad727277eca5562b444168fa6f66
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
contrib/pg_xlogdump/Makefile