Обсуждение: pgsql: MSVC: Place gendef.pl temporary file in the target directory.

Поиск
Список
Период
Сортировка

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

От
Noah Misch
Дата:
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(-)