pgsql: Additional fixes for parallel make

Lists: pgsql-committers
From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Additional fixes for parallel make
Date: 2010-11-17 06:09:43
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=cfad144f894b306fc300f5d03ea52a32d4624db0

Modified Files
--------------
src/Makefile | 4 ++++
src/interfaces/Makefile | 2 ++
src/interfaces/ecpg/Makefile | 3 ++-
3 files changed, 8 insertions(+), 1 deletions(-)