pgsql: Install hack workaround for failure of 'make all' in VPATH - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Install hack workaround for failure of 'make all' in VPATH
Date
Msg-id 20100501213118.101447541D2@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Install hack workaround for failure of 'make all' in VPATH builds.
It appears that gmake gets confused if postgres.sgml is not present in
the working directory, and instantiates some default rule or other that
would let postgres.sgml be built from postgres.xml.  I haven't been able
to track down exactly where that's coming from, but the problem can be
dodged by specifying srcdir explicitly in the rule for postgres.xml.
Per report from Vladimir Kokovic.

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

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust postgres.xml rule so that make will notice a failure exit
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add code to InternalIpcMemoryCreate() to handle the case where