]> granicus.if.org Git - postgresql/commit
Catch errors in for loop in makefile
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 1 May 2011 21:51:12 +0000 (00:51 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 1 May 2011 22:05:01 +0000 (01:05 +0300)
commit9c52bad39857fb6fbb2ef4c99b6872683c830d31
tree81913d9c08d94825189291dc4430a13e58c203e2
parentfd384cfc34b0b2e393c5d9c92acb0600f5a3e5b8
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