Rewrite installation makefile rules without for loops

Peter Eisentraut <peter_e@gmx.net>

Commit: b106195b1731ce5d68e8bb5c421f09a4aae9e96a
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-05-01T22:05:08Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/makefiles/pgxs.mk modified +7 −28
src/pl/plperl/GNUmakefile modified +1 −4
src/pl/plpgsql/src/Makefile modified +1 −4
src/pl/plpython/Makefile modified +1 −4
src/pl/tcl/Makefile modified +1 −4