parallel builds with dependencies - Mailing list pgsql-patches

From Kris Jurka
Subject parallel builds with dependencies
Date
Msg-id Pine.BSO.4.61.0602101724160.12046@leary.csoft.net
Whole thread Raw
Responses Re: parallel builds with dependencies  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Fix for running from admin account on win32
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Allow psql multi-line column values to align