]> granicus.if.org Git - postgresql/commit
Improve support for building PGXS modules with VPATH.
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 1 Jul 2013 16:53:05 +0000 (12:53 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 1 Jul 2013 16:53:05 +0000 (12:53 -0400)
commit6697aa2bc25c83b88d6165340348a31328c35de6
tree41c363f5b6b224567d00aa4ca3d6d444b97f55b2
parent6d432152b9e5627532c52d6f1c9959cb3be52e29
Improve support for building PGXS modules with VPATH.

A VPATH build will be performed when the module's make file path is not
the current directory or when USE_VPATH is set.

This will assist packagers and others who prefer to build without
polluting the source directories.

There is still a bit of work to do here, notably documentation, but it's
probably a good idea to commit what we have so far and let people test
it out on their modules.

Cédric Villemain, with an addition from me.
src/Makefile.global.in
src/makefiles/pgxs.mk