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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: st-postgresql(at)luettgert(dot)de, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15407: [minor] build depends on $MAKELEVEL being 0 at top Makefile
Date: 2018-09-27 09:09:38
Message-ID: 20180927090938.GA24595@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Sep 27, 2018 at 08:31:47AM +0000, PG Bug reporting form wrote:
> The file is there:
> # find -name pg_tablespace_d.h
> ./src/backend/catalog/pg_tablespace_d.h

Wouldn't you need something like that actually? I added this rule when
compiling some of my stuff with v11, which does not invoke make from the
root tree to make sure that those headers are present:
make -C $(topdir)/src/backend generated-headers
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2018-09-27 11:59:23 BUG #15408: Postgresql bad planning with multicolumn gist and search with empty results
Previous Message PG Bug reporting form 2018-09-27 08:31:47 BUG #15407: [minor] build depends on $MAKELEVEL being 0 at top Makefile