Sort $(wildcard) output where needed for reproducible build output.
authorTom Lane <[email protected]>
Tue, 5 Jan 2016 20:47:05 +0000 (15:47 -0500)
committerTom Lane <[email protected]>
Tue, 5 Jan 2016 20:47:05 +0000 (15:47 -0500)
commit8805af0886c671adcaf0200d70549d5d933f5cf2
treef88b4a1ad9306749b41daaa2080a653fda08beb5
parent7ef311eb426b2ab01831cc5f1502a5b838c8cdd3
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/hstore_plperl/Makefile
contrib/hstore_plpython/Makefile
contrib/ltree_plpython/Makefile
src/bin/pg_xlogdump/Makefile