pgsql: Some marginal tweaks to make 'make installcheck' mostly work when

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Some marginal tweaks to make 'make installcheck' mostly work when
Date: 2005-09-27 17:43:32
Message-ID: 20050927174332.8FD9ED98FA@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Some marginal tweaks to make 'make installcheck' mostly work when
building contrib with USE_PGXS. To make it work all the way, the
pg_regress script would need to be included in the installation tree.

Modified Files:
--------------
pgsql/contrib:
contrib-global.mk (r1.9 -> r1.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/contrib-global.mk.diff?r1=1.9&r2=1.10)
pgsql/src/makefiles:
pgxs.mk (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/pgxs.mk.diff?r1=1.5&r2=1.6)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-09-27 18:04:35 pgsql: Done: < * +Add options to pg_config to show the share_dir,
Previous Message Tom Lane 2005-09-27 17:39:36 pgsql: Fix problems with PGXS builds against an installation tree that