pgsql: Blindly try to fix MSVC build's use of genbki.pl andGen_fmgrtab

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Blindly try to fix MSVC build's use of genbki.pl andGen_fmgrtab
Дата
Msg-id E1fEN0t-0001hS-1X@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Blindly try to fix MSVC build's use of genbki.pl and Gen_fmgrtab.pl.

We need to use a stamp file to record the runs of these scripts, as
is done on the Unix side.  I think I got it right, but can't test.

While at it, extend this handmade dependency logic to also check the
generating script files, as the makefiles do.

Discussion: https://postgr.es/m/16925.1525376229@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bad51a49a4c0ee2dd87191f8aea5ca839c9dbf15

Modified Files
--------------
src/tools/msvc/Solution.pm | 66 +++++++++++++++++++++++++++++-----------------
src/tools/msvc/clean.bat   |  4 ++-
2 files changed, 45 insertions(+), 25 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Rearrange makefile rules for running Gen_fmgrtab.pl.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Update expected files for older Python versions