pgsql: Catch errors in for loop in makefile - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Catch errors in for loop in makefile
Date
Msg-id [email protected]
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Catch errors in for loop in makefile
Next
From: [email protected] (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: Remove a meaningless if clause.