pgsql: MSVC: Place gendef.pl temporary file in the target directory. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: MSVC: Place gendef.pl temporary file in the target directory.
Date
Msg-id E1bhs99-0002QP-Bw@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: 9.6 release notes: correct summary item about freeze
Next
From: Noah Misch
Date:
Subject: pgsql: MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.