pgsql: Catch errors in for loop in makefile

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Catch errors in for loop in makefile
Date: 2011-05-01 22:06:32
Message-ID: E1QGeme-0004U5-8f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7b9bbb68e38d9f39ec2b555b0b9aab9e50585c3e

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2011-05-02 08:53:37 psqlodbc - psqlodbc: Remove a meaningless if clause.
Previous Message Peter Eisentraut 2011-05-01 22:06:31 pgsql: Catch errors in for loop in makefile