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

From Tom Lane
Subject Re: Patch for Makefile race against current cvs
Date
Msg-id 20646.1005325762@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch for Makefile race against current cvs  (Klaus Naumann <knaumann@gmx-ag.de>)
List pgsql-patches
Klaus Naumann <knaumann@gmx-ag.de> writes:
> It is ... the problem is that with the current Makefile there
> are always two files which need the .y files
> (i.e. preproc.c and preproc.h). If you now do a make -j3,
> make will start things in parallel.

But they're generated by the *same action*.  If make runs the same
action twice in parallel, it's make that is broken.  I think your
gripe is directed to the wrong place.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Call for objections: revision of keyword classification
Next
From: Peter Eisentraut
Date:
Subject: Re: Patch for Makefile race against current cvs