Re: BUG #15407: [minor] build depends on $MAKELEVEL being 0 at top Makefile

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15407: [minor] build depends on $MAKELEVEL being 0 at top Makefile
Дата
Msg-id 1118.1538056039@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #15407: [minor] build depends on $MAKELEVEL being 0 at topMakefile  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
=?utf-8?q?PG_Bug_reporting_form?= <noreply@postgresql.org> writes:
> We build postgresql as part of a larger runtime environment, and if the
> top-level make is invoked from an existing, other Makefile (i.e., with
> $MAKELEVEL set), the build fails like this:
> ...
> Workaround for us was to use
>   MAKELEVEL=0 $(MAKE)
> instead.

Yeah, this is now documented, near the bottom of the "2. Build" step at
https://www.postgresql.org/docs/11/static/install-procedure.html

It should be harmless to do that for pre-11 versions too.

            regards, tom lane


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15408: Postgresql bad planning with multicolumn gist and searchwith empty results
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15408: Postgresql bad planning with multicolumn gist and search with empty results