pgsql: Prevent passing gmake's environment variables down through pg_re

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Prevent passing gmake's environment variables down through pg_re
Дата
Msg-id E1TevUC-000290-Bx@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Prevent passing gmake's environment variables down through pg_regress.

When we do "make install" to create a temp installation, we don't want
that instance of make to try to communicate with any instance of make
that might be calling us.  This is known to cause problems if the
upper make has a -jN flag, and in principle could cause problems even
without that.  Unset the relevant environment variables to prevent such
issues.

Andres Freund

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/647b1bcdfd26f786248366e4fb25c0fd62006329

Modified Files
--------------
src/test/regress/pg_regress.c |   13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Prevent passing gmake's environment variables down through pg_re
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Prevent passing gmake's environment variables down through pg_re