Re: Required make version

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Required make version
Дата
Msg-id 20080227135328.GC5694@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Required make version  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Required make version
Список pgsql-hackers
Alvaro Herrera wrote:

> How about we use order-only prerequisite only if present, and use the
> ugly or undesirable way as fallback?  I see that you can find out if
> your Make version supports it by checking .FEATURES.

I think this can be used with a conditional like

ifneq (,$(findstring order-only,$(.FEATURES)))
...
endif

I am not sure I understand the problem being complained about to propose
a more specific patch.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Required make version
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: An idea for parallelizing COPY within one backend