Re: build farm failures - Mailing list pgsql-hackers

From Michael Meskes
Subject Re: build farm failures
Date
Msg-id 20070816174830.GA15742@feivel.credativ.de
Whole thread Raw
In response to Re: build farm failures  (Darcy Buskermolen <darcy@ok-connect.com>)
Responses Re: build farm failures
List pgsql-hackers
On Thu, Aug 16, 2007 at 08:24:14AM -0700, Darcy Buskermolen wrote:
> This is something I do not recall doing, however it's possible.  though this 
> does make me ask why are the build dependencies in the Makefile are not 
> properly setup to tell that the .y needs to be rebuilt (which I would assume 
> would make this problem also go away)

Frankly I have no idea. The dependencies are the same as with the
backend's gram.y file:

$(srcdir)/preproc.c: $(srcdir)/preproc.h ;

$(srcdir)/preproc.h: preproc.y

The backend has:

$(srcdir)/gram.c: $(srcdir)/parse.h ;

$(srcdir)/parse.h: gram.y

So except for the different naming it's the same. However, we haven't
had that problem with the backend so far, or did we?

What do I fail to see?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: build farm failures
Next
From: Andrew Dunstan
Date:
Subject: Re: build farm failures