pgsql: Catch errors in for loop in makefile

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Catch errors in for loop in makefile
Дата
Msg-id E1QGeme-0004Tt-2V@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Catch errors in for loop in makefile

Add "|| exit" so that the rule aborts when a command fails.

This is the minimal backpatch version.  The fix in head is more
elaborate.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/fbbe0186dc2b138024d7a20c98844000cffa51cc

Modified Files
--------------
src/makefiles/pgxs.mk |   12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Rewrite installation makefile rules without for loops
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Catch errors in for loop in makefile