]> granicus.if.org Git - postgresql/commit
Consolidate makefile code for setting top_srcdir, srcdir and VPATH.
authorNoah Misch <noah@leadboat.com>
Fri, 31 Jul 2015 00:48:41 +0000 (20:48 -0400)
committerNoah Misch <noah@leadboat.com>
Fri, 31 Jul 2015 00:48:41 +0000 (20:48 -0400)
commit5da944fb4683762b8ccebbf7599f79db01e63132
treef1de58ec49a35e80c0193b65a5a17746cb762750
parente8e86fbc8b3619da54c485cf05272ccf1dac1a7d
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.
src/Makefile.global.in
src/makefiles/pgxs.mk