Re: Patch for Makefile race against current cvs - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Patch for Makefile race against current cvs
Date
Msg-id Pine.LNX.4.30.0111090113540.643-100000@peter.localdomain
Whole thread Raw
In response to Patch for Makefile race against current cvs  (Klaus Naumann <knaumann@gmx-ag.de>)
Responses Re: Patch for Makefile race against current cvs  (Klaus Naumann <knaumann@gmx-ag.de>)
List pgsql-patches
Klaus Naumann writes:

> 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 ...

Well, -j does work if you're using a tarball, but not in a bare CVS tree.

There are a couple of details that I don't like about your patch, but I
can see that the issue gets fixed.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Patch for Makefile race against current cvs
Next
From: Tom Lane
Date:
Subject: Re: Call for objections: revision of keyword classification