Additional fixes for parallel make

Peter Eisentraut <peter_e@gmx.net>

Commit: cfad144f894b306fc300f5d03ea52a32d4624db0
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2010-11-17T06:08:41Z
Releases: 9.1.0
Additional fixes for parallel make

Add some additional dependencies to constrain the build order to prevent
parallel make from failing.  In the case of src/Makefile, this is likely to be
too complicated to be worth maintaining, so just add .NOTPARALLEL to get the
old for-loop-like behavior.

More fine-tuning might be necessary for some platforms or configurations.

Files

PathChange+/−
src/interfaces/ecpg/Makefile modified +2 −1
src/interfaces/Makefile modified +2 −0
src/Makefile modified +4 −0