pgsql: Ensure installation dirs are built before contents are installed

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure installation dirs are built before contents are installed
Date: 2013-09-30 14:18:50
Message-ID: E1VQeJG-0005s8-3E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Ensure installation dirs are built before contents are installed (v2)

Push dependency on installdirs down to individual targets.

Christoph Berg

Branch
------
master

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

Modified Files
--------------
src/makefiles/pgxs.mk | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-09-30 14:20:38 pgsql: Ensure installation dirs are built before contents are installed
Previous Message Heikki Linnakangas 2013-09-30 13:56:10 pgsql: In bms_add_member(), use repalloc() if the bms needs to be enlar