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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Blindly try to fix MSVC build's use of genbki.pl and Gen_fmgrtab
Date: 2018-05-03 22:47:47
Message-ID: E1fEN0t-0001hS-1X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-05-04 00:30:06 pgsql: Update expected files for older Python versions
Previous Message Tom Lane 2018-05-03 22:06:51 pgsql: Avoid overwriting unchanged output files in genbki.pl and Gen_fm