]> granicus.if.org Git - postgresql/commit
Catch errors in for loop in makefile
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 1 May 2011 21:47:09 +0000 (00:47 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 1 May 2011 22:03:38 +0000 (01:03 +0300)
commitc8c93c6e73b98fc8e0e371a8391d4824732437f2
treeafbf1b96a635087542e9872eba9f554496c9c5a0
parentfb69fd176aaa8eab0315c4f891297c03c0b5d825
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