pgsql: MSVC: Process Makefile line continuations more like "make" does.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: MSVC: Process Makefile line continuations more like "make" does.
Дата
Msg-id E1X6klp-00028x-An@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: MSVC: Apply icons to all binaries having them in a MinGW build.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: MSVC: Recognize PGFILEDESC in contrib and conversion_procs modul