Re: PostgreSQL 9.3 beta breaks some extensions "make install"

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: PostgreSQL 9.3 beta breaks some extensions "make install"
Дата
Msg-id m2li7f8doh.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: PostgreSQL 9.3 beta breaks some extensions "make install"  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: PostgreSQL 9.3 beta breaks some extensions "make install"
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> DATA_built = sql/$(EXTENSION)--$(EXTVERSION).sql
> DATA = $(filter-out sql/$(EXTENSION)--$(EXTVERSION).sql, $(wildcard
> sql/*--*.sql))
>
> Is that right?

I think that's still breaking VPATH builds because the widlcard call
happens in the current tree, not in the VPATH (source) tree.

And VPATH building of extension is crucially important for me, as the
easiest way I've found to build and package a given extension against
all currently supported version of PostgreSQL.

I couldn't figure out how to allow for wildcard and whatnot in the
extensions Makefile and have it work in all cases, including VPATH, so
my current advice is to get rid of any dynamic code here and just plain
copy and paste the file names you're interested into.

Regards,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Fast promotion failure
Следующее
От: Pavel Stehule
Дата:
Сообщение: proposal 9.4. Explain on signal