pgsql: Make INSTALL makefile rule more robust

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Make INSTALL makefile rule more robust
Дата
Msg-id E1gicRp-0003KY-Jc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make INSTALL makefile rule more robust

With the previous rule, if pandoc was missing, a zero-length output
file would be created without an error from make.  To improve that,
write the rule as two separate commands without a pipe.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: configure: Update python search order
Следующее
От: Erik Rijkers
Дата:
Сообщение: Re: pgsql: Improve error messages for incorrect types of logicalreplicatio