pgsql: MSVC: Place gendef.pl temporary file in the target directory.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: MSVC: Place gendef.pl temporary file in the target directory.
Дата
Msg-id E1bhs99-0002QP-Bw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
MSVC: Place gendef.pl temporary file in the target directory.

Until now, it used the current working directory.  This makes it safe
for simultaneous invocations of gendef.pl, with different target
directories, to run from a single current working directory, such as
$(top_srcdir).  The MSVC build system will soon rely on this.

Christian Ullrich, reviewed by Michael Paquier.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/976a9bbd0251ea112898f85314646801e7e6207d

Modified Files
--------------
src/tools/msvc/gendef.pl | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: 9.6 release notes: correct summary item about freeze
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.