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

From Thomas Munro
Subject pgsql: Don't unset MAKEFLAGS in non-GNU Makefile.
Date
Msg-id E1hfWlB-0007WT-4a@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9ad5ea82d2bda2ae04b1be958d890d24bc1010f6

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


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Don't unset MAKEFLAGS in non-GNU Makefile.
Next
From: Michael Paquier
Date:
Subject: pgsql: Add toast-level reloption for vacuum_index_cleanup