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 |
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
Modified Files
--------------
src/Makefile | 4 ++++
src/interfaces/Makefile | 2 ++
src/interfaces/ecpg/Makefile | 3 ++-
3 files changed, 8 insertions(+), 1 deletions(-)
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: |