pgsql: MSVC: Process Makefile line continuations more like "make" does. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: MSVC: Process Makefile line continuations more like "make" does.
Date
Msg-id E1X6klp-00028x-An@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
MSVC: Process Makefile line continuations more like "make" does.

Unlike "make" itself, the MSVC build process recognized a continuation
even with whitespace after the backslash.  (Due to a typo, some code
sites accepted the letter "s" instead of whitespace).  Also, it would
consume any number of newlines following a single backslash.  This is
mere cleanup; those behaviors were unlikely to cause bugs.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/35d19a9a37c245ff7c640743f37b8df227fd24dc

Modified Files
--------------
src/tools/msvc/Install.pm   |   10 +++++-----
src/tools/msvc/Mkvcbuild.pm |    6 +++---
src/tools/msvc/Project.pm   |    2 +-
src/tools/msvc/Solution.pm  |    2 +-
src/tools/msvc/vcregress.pl |    2 +-
5 files changed, 11 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: MSVC: Apply icons to all binaries having them in a MinGW build.
Next
From: Noah Misch
Date:
Subject: pgsql: MSVC: Recognize PGFILEDESC in contrib and conversion_procs modul