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

From Tom Lane
Subject pgsql: Blindly try to fix MSVC build's use of genbki.pl andGen_fmgrtab
Date
Msg-id E1fEN0t-0001hS-1X@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Rearrange makefile rules for running Gen_fmgrtab.pl.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Update expected files for older Python versions