pgsql: Make INSTALL makefile rule more robust

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make INSTALL makefile rule more robust
Date: 2019-01-13 09:52:53
Message-ID: E1gicRp-0003KY-Jc@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Erik Rijkers 2019-01-13 10:01:42 Re: pgsql: Improve error messages for incorrect types of logical replicatio
Previous Message Peter Eisentraut 2019-01-13 09:27:31 pgsql: configure: Update python search order