Adjust postgres.xml rule so that make will notice a failure exit from osx.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f856fad80b0d8607e20774d7326f76f27ac04cec
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-05-01T18:15:07Z
Releases: 9.0.0
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.

Files

PathChange+/−
doc/src/sgml/Makefile modified +7 −6