pgsql: Don't overwrite EXTRA_INSTALL

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't overwrite EXTRA_INSTALL
Date: 2015-04-26 01:00:51
Message-ID: E1YmAwF-0005ft-WC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't overwrite EXTRA_INSTALL

The temp-install target sets EXTRA_INSTALL to install the current
directory. But when doing so, it should append instead of overwrite,
otherwise settings of EXTRA_INSTALL from a makefile won't take effect.
This would cause the earthdistance test to fail when called directly,
because it would miss installing the cube module.

Branch
------
master

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

Modified Files
--------------
src/makefiles/pgxs.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-04-26 01:11:27 pgsql: Revert: Honor OID status of CREATE LIKE'd tables
Previous Message Tom Lane 2015-04-25 20:44:52 pgsql: Prevent improper reordering of antijoins vs. outer joins.