pgsql: Document need to clear MAKELEVEL when invoking PG build from am - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Document need to clear MAKELEVEL when invoking PG build from am
Date
Msg-id E1fnqVB-00047V-E0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document need to clear MAKELEVEL when invoking PG build from a makefile.

Since commit 3b8f6e75f, failure to do this would lead to
submake-generated-headers not doing anything, so that references to
generated or symlinked headers would fail.  Previous to that, the
omission only led to temp-install not doing anything, which apparently
affects many fewer people (doesn't anybody use "make check" in their
build rules??).  Hence, backpatch to v11 but not further.

Per complaints from Christoph Berg, Jakob Egger, and others.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a015ae54a7fd5d613470033d624879804f629fae

Modified Files
--------------
doc/src/sgml/installation.sgml | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: docs: Only first instance of a PREPARE parameter sets data type
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Add RECURSIVE to documentation index