pgsql: Additional fixes for parallel make

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: E1PIbDD-0002ik-Bl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-11-17 21:43:06 pgsql: Make TRUNCATE ... RESTART IDENTITY restart sequences transaction
Previous Message User Maosen 2010-11-17 05:29:18 pgexternaltable - src: