From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Kris Jurka <books(at)ejurka(dot)com> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: parallel builds with dependencies |
Date: | 2006-02-12 07:29:38 |
Message-ID: | 200602120729.k1C7Tcn17425@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Patch applied. Thanks.
---------------------------------------------------------------------------
Kris Jurka wrote:
>
> 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
Content-Description:
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2006-02-12 13:12:17 | Re: Skipping VACUUM of indexes when no work required |
Previous Message | Bruce Momjian | 2006-02-12 07:26:28 | Re: psql tab completion enhancements |