Don't try to create a temp install without abs_top_builddir.

Robert Haas <rhaas@postgresql.org>

Commit: 80e2694b284cd9395b1ee8ef476f5f720ee50566
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-09-28T14:52:19Z
Releases: 9.5.0
Don't try to create a temp install without abs_top_builddir.

Otherwise, we effectively act as if abs_top_builddir were the root
directory, which is quite dangerous if the user happens to have
permissions to do things there.  This can crop up in PGXS builds,
for example.

Report by Sandro Santilli, patch by me, review by Noah Misch.

Files

PathChange+/−
src/Makefile.global.in modified +2 −0