Re: Patch for Makefile race against current cvs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Klaus Naumann <knaumann(at)gmx-ag(dot)de>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Patch for Makefile race against current cvs
Date: 2001-11-09 17:09:22
Message-ID: 20646.1005325762@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Klaus Naumann <knaumann(at)gmx-ag(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Klaus Naumann 2001-11-09 17:15:12 Re: Patch for Makefile race against current cvs
Previous Message Tom Lane 2001-11-09 17:04:12 Re: Call for objections: revision of keyword classification