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 E1QGeme-0004U0-8l@gemulon.postgresql.org
Whole thread Raw
List 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9c52bad39857fb6fbb2ef4c99b6872683c830d31

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Catch errors in for loop in makefile
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Rewrite installation makefile rules without for loops