]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Catch errors in for loop in makefile
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 1 May 2011 21:49:18 +0000 (00:49 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 1 May 2011 22:04:17 +0000 (01:04 +0300)
commitfbbe0186dc2b138024d7a20c98844000cffa51cc
treecab9737cbe30f1bdd4782c6b5c0c2b440e7bcde6
parentaa719c4853ea460d5f9dae5856088205518b51a7
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.
src/makefiles/pgxs.mk