pgsql: Rewrite installation makefile rules without for loops

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rewrite installation makefile rules without for loops
Date: 2011-05-01 22:06:31
Message-ID: E1QGemd-0004Tk-UK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rewrite installation makefile rules without for loops

install-sh can install multiple files at once, so for loops are not
necessary. This was already changed for the rest of the code some
time ago, but pgxs.mk was apparently forgotten, and the obsolete
coding style has now been copied to the PLs as well.

This also fixes the problem that the for loops in question did not
catch errors.

Branch
------
master

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

Modified Files
--------------
src/makefiles/pgxs.mk | 35 +++++++----------------------------
src/pl/plperl/GNUmakefile | 5 +----
src/pl/plpgsql/src/Makefile | 5 +----
src/pl/plpython/Makefile | 5 +----
src/pl/tcl/Makefile | 5 +----
5 files changed, 11 insertions(+), 44 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-05-01 22:06:32 pgsql: Add missing gitignore file
Previous Message Tom Lane 2011-05-01 21:58:17 pgsql: Make CLUSTER lock the old table's toast table before copying dat