pgsql: Unify searchpath and do file logic in MSVC build scripts.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Unify searchpath and do file logic in MSVC build scripts.
Date: 2019-02-06 12:56:27
Message-ID: E1grMkd-0007Ak-AQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Unify searchpath and do file logic in MSVC build scripts.

Commit f83419b739 failed to notice that mkvcbuild.pl and build.pl use
different searchpath and do-file logic, breaking the latter, so it is
adjusted to use the same logic as mkvcbuild.pl.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1f28906bfe4c769325bb6e9ca29e4869099e7e6c

Modified Files
--------------
src/tools/msvc/build.pl | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-02-06 17:45:44 pgsql: Propagate lateral-reference information to indirect descendant r
Previous Message Andrew Dunstan 2019-02-06 10:55:12 Re: pgsql: Fix included file path for modern perl