Re: Patch for Makefile race against current cvs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patch for Makefile race against current cvs
Дата
Msg-id 18882.1005278825@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Patch for Makefile race against current cvs  (Klaus Naumann <knaumann@gmx-ag.de>)
Ответы Re: Patch for Makefile race against current cvs  (Klaus Naumann <knaumann@gmx-ag.de>)
Список pgsql-patches
Klaus Naumann <knaumann@gmx-ag.de> writes:
> attached is a patch which kills a race condition in the current Makefile
> system. The Problem occurs if you compile with make -j3 (as many ppl
> with Dual CPU Systems will do).
> Removing the y.tab.X file is not a good idea as this will trigger
> a second compile in the make install stage ...

Why?  y.tab.X are not make targets, only intermediate files, so I don't
see why removing them will create any problem.  And I don't see why
turning them into make targets as your patch does is a good idea.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Call for objections: revision of keyword classification
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Call for objections: revision of keyword classification