pgsql: Consolidate makefile code for setting top_srcdir, srcdir and VPA - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Consolidate makefile code for setting top_srcdir, srcdir and VPA
Date
Msg-id E1ZKyXq-00020C-7B@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Consolidate makefile code for setting top_srcdir, srcdir and VPATH.

Responsibility was formerly split between Makefile.global and pgxs.mk.
As a result of commit b58233c71b93a32fcab7219585cafc25a27eb769, in the
PGXS case, these variables were unset while parsing Makefile.global and
callees.  Inclusion of Makefile.custom did not work from PGXS, and the
subtle difference seemed like a recipe for future bugs.  Back-patch to
9.4, where that commit first appeared.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c7446194fa8fbbb9e8d948668bb47563ab58f45f

Modified Files
--------------
src/Makefile.global.in |   21 ++++++++++++++++++---
src/makefiles/pgxs.mk  |   15 ---------------
2 files changed, 18 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Consolidate makefile code for setting top_srcdir, srcdir and VPA
Next
From: Tom Lane
Date:
Subject: pgsql: Fix an oversight in checking whether a join with LATERAL refs is