]> granicus.if.org Git - postgresql/commit
Rewrite installation makefile rules without for loops
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 1 May 2011 21:37:07 +0000 (00:37 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 1 May 2011 22:05:08 +0000 (01:05 +0300)
commitb106195b1731ce5d68e8bb5c421f09a4aae9e96a
tree7e0f3bb3aaf86d8bfdfc6bb833f43c6bb79c9722
parent83b7584944b3a9df064cccac06822093f1a83793
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.
src/makefiles/pgxs.mk
src/pl/plperl/GNUmakefile
src/pl/plpgsql/src/Makefile
src/pl/plpython/Makefile
src/pl/tcl/Makefile