pgsql: Don't unset MAKEFLAGS in non-GNU Makefile.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't unset MAKEFLAGS in non-GNU Makefile.
Date: 2019-06-24 21:42:27
Message-ID: E1hfWjL-0007UE-1F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't unset MAKEFLAGS in non-GNU Makefile.

It's useful to be able to pass down options like -s and -j.

Back-patch to 9.5, like commit a76200de.

Discussion: https://postgr.es/m/CA%2BhUKG%2Be1M8-BbL%3DPqhTp6oO6XPO6%2Bs9WGQMLfbuZ%3DG9CtzyXg%40mail.gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2839bf3538e764c559f79d3cc8f57d5e7b580741

Modified Files
--------------
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2019-06-24 21:42:43 pgsql: Don't unset MAKEFLAGS in non-GNU Makefile.
Previous Message Thomas Munro 2019-06-24 21:42:11 pgsql: Don't unset MAKEFLAGS in non-GNU Makefile.