parallel builds with dependencies

From: Kris Jurka <books(at)ejurka(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: parallel builds with dependencies
Date: 2006-02-10 22:28:02
Message-ID: Pine.BSO.4.61.0602101724160.12046@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


When performing a parallel build (make -j N) with ./configure
--enable-depend it often tries to create the .deps directory twice and
bails out when it already exists due to a race condition of if doesn't
exist, then create. This patch prevents mkdir from returning an error.

Kris Jurka

Attachment Content-Type Size
parallel-deps.patch text/plain 1.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-02-10 22:31:16 Re: [COMMITTERS] pgsql: Allow psql multi-line column values to align
Previous Message Tom Lane 2006-02-10 22:08:27 Re: [HACKERS] Fix for running from admin account on win32