Re: build farm failures

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: build farm failures
Дата
Msg-id 46C4903C.1030800@dunslane.net
обсуждение исходный текст
Ответ на Re: build farm failures  (Michael Meskes <meskes@postgresql.org>)
Ответы Re: build farm failures
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: build farm failures
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: tsearch2 in PostgreSQL 8.3?