pgsql: Make INSTALL makefile rule more robust - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make INSTALL makefile rule more robust
Date
Msg-id E1gicRp-0003KY-Jc@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: configure: Update python search order
Next
From: Erik Rijkers
Date:
Subject: Re: pgsql: Improve error messages for incorrect types of logicalreplicatio