Re: Parallel make problem with git master

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Parallel make problem with git master
Дата
Msg-id 22740.1299554925@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Parallel make problem with git master  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Parallel make problem with git master  (Robert Haas <robertmhaas@gmail.com>)
Re: Parallel make problem with git master  (Andrew Dunstan <andrew@dunslane.net>)
Re: Parallel make problem with git master  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
I wrote:
> I think what is happening here is that make launches concurrent sub-jobs
> to do "make install" in each of interfaces/libpq and interfaces/ecpg,
> and the latter launches a sub-sub-job to do "make all" in
> interfaces/libpq, and make has no idea that these are duplicate sub-jobs
> so it actually tries to run both concurrently.  Whereupon you get all
> sorts of fun failures.  I'm not sure if there is any cure that's not
> worse than the disease.

BTW, how many people here have read "Recursive Make Considered Harmful"?

http://aegis.sourceforge.net/auug97.pdf

Because what we're presently doing looks mighty similar to what he's
saying doesn't work and can't be made to work.
        regards, tom lane


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause,
Следующее
От: Selena Deckelmann
Дата:
Сообщение: GSoC 2011 - Mentors? Projects?