pgsql: Rewrite installation makefile rules without for loops

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Rewrite installation makefile rules without for loops
Дата
Msg-id E1QGemd-0004Tk-UK@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add missing gitignore file
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Catch errors in for loop in makefile