]> granicus.if.org Git - postgresql/commit
MSVC: Process Makefile line continuations more like "make" does.
authorNoah Misch <noah@leadboat.com>
Mon, 14 Jul 2014 18:07:27 +0000 (14:07 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 14 Jul 2014 18:07:27 +0000 (14:07 -0400)
commit35d19a9a37c245ff7c640743f37b8df227fd24dc
tree1c6583feb9340b8b2ad75ebbbf2cf915b6793f6f
parent91f03ba5cf88b393bf2509f3f00dd00437a5bd54
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.
src/tools/msvc/Install.pm
src/tools/msvc/Mkvcbuild.pm
src/tools/msvc/Project.pm
src/tools/msvc/Solution.pm
src/tools/msvc/vcregress.pl