Catch all errors in for and while loops in makefiles. Don't ignore any
Peter Eisentraut <peter_e@gmx.net>
Catch all errors in for and while loops in makefiles. Don't ignore any errors in any commands, including in various clean targets that have so far been handled inconsistently. make -i is available to ignore all errors in a consistent and official way.
Files
| Path | Change | +/− |
|---|---|---|
| doc/Makefile | modified | +3 −3 |
| GNUmakefile.in | modified | +10 −10 |
| src/backend/snowball/Makefile | modified | +7 −4 |
| src/backend/utils/mb/conversion_procs/Makefile | modified | +6 −4 |
| src/bin/Makefile | modified | +2 −5 |
| src/interfaces/ecpg/Makefile | modified | +6 −6 |
| src/interfaces/Makefile | modified | +2 −10 |
| src/Makefile | modified | +13 −13 |
| src/pl/Makefile | modified | +3 −6 |
| src/pl/plpgsql/Makefile | modified | +2 −5 |
| src/test/bench/Makefile | modified | +4 −4 |
| src/test/locale/de_DE.ISO8859-1/Makefile | modified | +1 −6 |
| src/test/locale/gr_GR.ISO8859-7/Makefile | modified | +1 −6 |
| src/test/locale/koi8-r/Makefile | modified | +1 −6 |
| src/test/locale/koi8-to-win1251/Makefile | modified | +1 −6 |
| src/test/locale/Makefile | modified | +2 −2 |
| src/test/regress/GNUmakefile | modified | +2 −2 |