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

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

From
Noah Misch
Date:
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(-)