Patch for Makefile race against current cvs

From: Klaus Naumann <knaumann(at)gmx-ag(dot)de>
To: pgsql-patches(at)postgresql(dot)org
Subject: Patch for Makefile race against current cvs
Date: 2001-11-08 16:37:00
Message-ID: Pine.LNX.4.40.0111081733530.31275-200000@kn.technik.gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Hi all,

attached is a patch which kills a race condition in the current Makefile
system. The Problem occurs if you compile with make -j3 (as many ppl
with Dual CPU Systems will do).
Removing the y.tab.X file is not a good idea as this will trigger
a second compile in the make install stage ...

Bye, Klaus

--
Klaus Naumann
Systems Administration
GMX Aktiengesellschaft
Riesstrasse 17, 80992 München
Telefon +49.89.143 39-0
Telefax +49.89.143 39-100
mailto:knaumann(at)gmx-ag(dot)de
http://www.gmx.net/

Attachment Content-Type Size
make_race.patch text/plain 4.3 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Stephan Szabo 2001-11-08 17:23:01 Small FK patch to deal with tables without oids
Previous Message Bruce Momjian 2001-11-08 15:57:24 Re: pgcrypto bug