[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: filtering job options from MAKEFLAGS, manually
From: |
Paul Smith |
Subject: |
Re: filtering job options from MAKEFLAGS, manually |
Date: |
Wed, 23 Jan 2019 08:45:24 -0500 |
On Wed, 2019-01-23 at 11:24 +0100, Laszlo Ersek wrote:
> Would it be safe / robust to filter out "-j" and "--jobserver-fds=3,4"
> as well, manually? (E.g. by sticking a shell script between the outer
> and inner make processes.)
Why not simply add "-j1" explicitly to the inner-make invocation? That
will disable the job server.
> In particular, "--jobserver-fds" is not documented in end-user
> documentation, apparently, so I get a feeling this option could
> change at any time, as an implementation detail of distributing jobs.
In fact it DID change, in GNU make 4.2, to be --jobserver-auth. At the
same time this new option was published in the documentation and made
an official part of the GNU make interface.