]> granicus.if.org Git - postgresql/commit
Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Sep 2012 19:08:32 +0000 (15:08 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Sep 2012 19:09:04 +0000 (15:09 -0400)
commitaf3de2d19ec65216737192b8cdd948331c3f2e80
tree368adf07f119221f753a8fca4dc3a0cd97e77c9f
parent770556d6c69c4edf219d4ace2e4fb29a1f2c35df
Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug.

Investigation shows that some intermittent build failures in ecpg are the
result of a gmake bug that was reported quite some time ago:
http://savannah.gnu.org/bugs/?30653

Preventing parallel builds of the ecpg subdirectories seems to dodge the
bug.  Per yesterday's pgsql-hackers discussion, there are some other things
in the subdirectory makefiles that seem rather unsafe for parallel builds
too, but there's little point in fixing them as long as we have to work
around a make bug.

Back-patch to 9.1; parallel builds weren't very well supported before
that anyway.
src/interfaces/ecpg/Makefile