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

Noah Misch <noah@leadboat.com>

Commit: 976a9bbd0251ea112898f85314646801e7e6207d
Author: Noah Misch <noah@leadboat.com>
Date: 2016-09-08T05:40:53Z
Releases: 10.0
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.

Files

PathChange+/−
src/tools/msvc/gendef.pl modified +5 −2