Re: [HACKERS] "make check" with non-GNU make

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] "make check" with non-GNU make
Дата
Msg-id 3593.1502292334@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] "make check" with non-GNU make  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
Thomas Munro <thomas.munro@enterprisedb.com> writes:
> On Wed, Aug 9, 2017 at 3:44 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Hmm, looking into Makefile.global.in, that step seems to be conditional on
>> MAKELEVEL:

> Ah, right.  That coding is recommended in the GNU make manual to
> distinguish from explicit invocation and recursive invocation.
> FreeBSD make also seems to set MAKELEVEL.

Oh, that would do it.

> Doing this fixes the
> problem for me, though it feels a bit sneaky:

> -          $${GMAKE} $@ ; \
> +          MAKELEVEL= $${GMAKE} $@ ; \

Seems like a reasonable fix to me.
        regards, tom lane



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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: [HACKERS] Re: [COMMITTERS] pgsql: Fix inadequacies in recentlyadded wait events
Следующее
От: Ildus Kurbangaliev
Дата:
Сообщение: Re: [HACKERS] Remove 1MB size limit in tsvector