Patch for Makefile race against current cvs

Поиск
Список
Период
Сортировка
От Klaus Naumann
Тема Patch for Makefile race against current cvs
Дата
Msg-id Pine.LNX.4.40.0111081733530.31275-200000@kn.technik.gmx.net
обсуждение исходный текст
Ответ на Re: pgcrypto bug  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Patch for Makefile race against current cvs  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Patch for Makefile race against current cvs  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
Hi all,

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 ...

    Bye, Klaus

--
Klaus Naumann
Systems Administration
GMX  Aktiengesellschaft
Riesstrasse 17, 80992 München
Telefon +49.89.143 39-0
Telefax +49.89.143 39-100
mailto:knaumann@gmx-ag.de
http://www.gmx.net/

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgcrypto bug
Следующее
От: Stephan Szabo
Дата:
Сообщение: Small FK patch to deal with tables without oids