pgsql: Adjust postgres.xml rule so that make will notice a failure exit

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust postgres.xml rule so that make will notice a failure exit
Date: 2010-05-01 18:15:07
Message-ID: 20100501181507.A2F5E7541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Adjust postgres.xml rule so that make will notice a failure exit from osx.
The previous coding had it in a pipe, which on most shells won't report
the error. Per experimentation with a bug report from Vladimir Kokovic.
This doesn't actually fix his problem, but it does explain why make
didn't report that there was a problem.

Modified Files:
--------------
pgsql/doc/src/sgml:
Makefile (r1.140 -> r1.141)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.140&r2=1.141)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-05-01 21:31:18 pgsql: Install hack workaround for failure of 'make all' in VPATH
Previous Message Tom Lane 2010-05-01 17:04:39 pgsql: Fix leakage of proc-related storage in plpython's inline handler.