Catch errors in for loop in makefile

Peter Eisentraut <peter_e@gmx.net>

Commit: c8c93c6e73b98fc8e0e371a8391d4824732437f2
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-05-01T22:03:38Z
Releases: 9.0.5
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.

Files

PathChange+/−
src/makefiles/pgxs.mk modified +6 −6