pgsql: Install hack workaround for failure of 'make all' in VPATH

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Install hack workaround for failure of 'make all' in VPATH
Date: 2010-05-01 21:31:18
Message-ID: 20100501213118.101447541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-05-01 22:46:30 pgsql: Add code to InternalIpcMemoryCreate() to handle the case where
Previous Message Tom Lane 2010-05-01 18:15:07 pgsql: Adjust postgres.xml rule so that make will notice a failure exit