Re: MAKEFLAGS in non-GNU Makefile - Mailing list pgsql-hackers

From Tom Lane
Subject Re: MAKEFLAGS in non-GNU Makefile
Date
Msg-id 10859.1561386553@sss.pgh.pa.us
Whole thread Raw
In response to MAKEFLAGS in non-GNU Makefile  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes:
> In commit a76200de we added a line to unset MAKELEVEL to fix a problem
> with our temp-install logic.  I don't think it was a great idea to
> clear MAKEFLAGS at the same time, because now when you type "make -s
> -j8" on a non-GNU system it ignores you and is loud and slow.

Feel free to undo that.  I was concerned about possible incompatibilities
in the makeflags, but if typical cases like this one seem to work, let's
allow it.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: POC: Cleaning up orphaned files using undo logs
Next
From: Robert Haas
Date:
Subject: Re: Disconnect from SPI manager on error