pgsql: Adjust postgres.xml rule so that make will notice a failure exit - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Adjust postgres.xml rule so that make will notice a failure exit
Date
Msg-id 20100501181507.A2F5E7541D2@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix leakage of proc-related storage in plpython's inline handler.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Install hack workaround for failure of 'make all' in VPATH