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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Sort $(wildcard) output where needed for reproducible build outp
Дата
Msg-id E1aGYVi-00051P-0l@gemulon.postgresql.org
обсуждение исходный текст
Список 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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8c558b2e96ae608807d1e1167ebb0a5f1e1987bd

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Sort $(wildcard) output where needed for reproducible build outp
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Sort $(wildcard) output where needed for reproducible build outp