]> granicus.if.org Git - postgresql/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)
commit3343ea9e8ea4f552b3f6e5436938f2f0e153b947
tree36e40fa86b0344e1c35c357c928c65ce479c6ce2
parent4aecd22d3c84c44dd230426bcccd286798ac6b65
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