On Wed, Nov 01 2017, NeilBrown wrote:
> On Tue, Oct 31 2017, Paul Smith wrote:
>
>> On Thu, 2017-09-28 at 20:41 +1000, NeilBrown wrote:
>>> I dug into this a bit.
>>> The regression is caused because the 'j' flag now causes
>>> arg_job_slots
On Tue, Oct 31 2017, Paul Smith wrote:
> On Thu, 2017-09-28 at 20:41 +1000, NeilBrown wrote:
>> I dug into this a bit.
>> The regression is caused because the 'j' flag now causes
>> arg_job_slots to be set, rather than setting job_slots directly.
>
> I push
is not really a function of the code, it is a function
of the hardware that make is being run on.
So I should set MAKEFLAGS=-j8 in my environment instead of if the
Makefile.
Maybe we just need to change the documentation...
Thanks,
NeilBrown
signature.asc
De
n any way.)
Thanks,
NeilBrown
signature.asc
Description: PGP signature
___
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make
On Thu, Sep 28 2017, NeilBrown wrote:
> Hi,
> One of my Makefiles contains
> MAKEFLAGS += -j
>
> Prior to the above commit, this would cause make to run as if I had run
>make -j
>
> Since that commit, it appears to be ignored. If I run
> make -j
> explic