pgsql: Fix assorted issues with build and install paths containing spac - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix assorted issues with build and install paths containing spac
Date
Msg-id E1QWaQf-0006Vk-Jb@gemulon.postgresql.org
Whole thread Raw
List 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_4_STABLE

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

Modified Files
--------------
config/mkinstalldirs              |    8 +++++---
src/Makefile.shlib                |    2 +-
src/interfaces/ecpg/test/Makefile |    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      |    6 +++---
8 files changed, 14 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix assorted issues with build and install paths containing spac
Next
From: Tom Lane
Date:
Subject: pgsql: Fix assorted issues with build and install paths containing spac