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:31
Message-ID: E1QGemd-0004Tn-Vu@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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5c436a79e0f4e11f80c5878a0309ce60f79e17b1

Modified Files
--------------
src/pl/plpython/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-05-01 22:06:32 pgsql: Add missing gitignore file
Previous Message Tom Lane 2011-05-01 21:58:17 pgsql: Make CLUSTER lock the old table's toast table before copying dat