]> 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:54:02 +0000 (00:54 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 1 May 2011 21:54:02 +0000 (00:54 +0300)
commit7b9bbb68e38d9f39ec2b555b0b9aab9e50585c3e
treeebd60d301ae0cd8d1a68ce15ff24144a8c266c0d
parent9b51d50c2f55ec71a800a48f2955567695c9d26d
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