pgsql: Fix assorted issues with build and install paths containing spac

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix assorted issues with build and install paths containing spac
Date: 2011-06-14 20:41:41
Message-ID: E1QWaQf-0006Vo-NJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix assorted issues with build and install paths containing spaces.

Apparently there is no buildfarm critter exercising this case after all,
because it fails in several places. With this patch, build, install,
check-world, and installcheck-world pass for me on OS X.

Branch
------
REL8_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1f5e6cd90590742f4344e423826dae09306d755b

Modified Files
--------------
config/mkinstalldirs | 8 +++++---
src/Makefile.shlib | 2 +-
src/makefiles/pgxs.mk | 2 +-
src/pl/plperl/GNUmakefile | 2 +-
src/pl/plpython/Makefile | 2 +-
src/pl/tcl/Makefile | 2 +-
src/test/regress/GNUmakefile | 12 ++++++------
7 files changed, 16 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-06-14 20:48:45 pgsql: In pg_upgrade, document that link mode has to have data director
Previous Message Peter Eisentraut 2011-06-14 20:30:47 pgsql: Add comment that attributes.is_nullable was removed from SQL sta