Thread: pgsql: Rewrite installation makefile rules without for loops

pgsql: Rewrite installation makefile rules without for loops

From
Peter Eisentraut
Date:
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(-)