pgsql: MSVC: Finish clean.bat build artifact coverage.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: MSVC: Finish clean.bat build artifact coverage.
Date: 2017-07-24 07:17:59
Message-ID: E1dZXct-0002Qc-Tl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

MSVC: Finish clean.bat build artifact coverage.

With this, "git clean -dnx" is clear after a "clean dist" following a
build. Preserve sql_help.h in non-dist cleans, like the Makefile does.

Branch
------
master

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

Modified Files
--------------
src/tools/msvc/clean.bat | 29 ++++++++++++++++++++++++++---
1 file changed, 26 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-07-24 15:23:36 pgsql: Be more consistent about errors for opfamily member lookup failu
Previous Message Noah Misch 2017-07-24 06:55:16 pgsql: MSVC: Accept tcl86.lib in addition to tcl86t.lib.