pgsql: Rewrite installation makefile rules without for loops - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Rewrite installation makefile rules without for loops
Date
Msg-id E1QGemd-0004Tk-UK@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add missing gitignore file
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Catch errors in for loop in makefile