Re: build farm failures

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Darcy Buskermolen <darcy(at)ok-connect(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: build farm failures
Date: 2007-08-16 17:58:20
Message-ID: 46C4903C.1030800@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Meskes wrote:
> 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?
>
>

We have had problems in the past. If the user builds at a point in time
after the .y file is checked in then the generated file is newer and if
it's not removed will never be regenerated, even if they do a subsequent
cvs update.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2007-08-16 18:10:27 Re: tsearch2 in PostgreSQL 8.3?
Previous Message Michael Meskes 2007-08-16 17:48:30 Re: build farm failures