Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2019 09:15:44 -0800
From:      bob prohaska <fbsd@www.zefox.net>
To:        Ian Lepore <ian@freebsd.org>
Cc:        greg@unrelenting.technology, freebsd-arm@freebsd.org, bob prohaska <fbsd@www.zefox.net>
Subject:   Re: make -j1 produces four C++ instances
Message-ID:  <20191203171544.GC58722@www.zefox.net>
In-Reply-To: <84bf64123583ce7b16aa60ea42c77e86fad7ba26.camel@freebsd.org>
References:  <20191203155514.GA58722@www.zefox.net> <be9b96ea51df395ecea1b426ef4243e4@unrelenting.technology> <20191203162047.GB58722@www.zefox.net> <84bf64123583ce7b16aa60ea42c77e86fad7ba26.camel@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 03, 2019 at 09:28:28AM -0700, Ian Lepore wrote:
> 
> When building ports, it's controlled by make variables which can be set
> in make.conf or on the command line.  The ports build machinery does
> what it needs to, to pass that value down into whatever build system is
> used within the port (cmake or ninja or whatever).
> 
>   make MAKE_JOBS_NUMBER=2     # like -j2
>   make DISABLE_MAKE_JOBS=yes  # disables multiple jobs completely
> 
> 
Ahhh! that's what I needed to know.

Thank you!

bob prohaska

> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191203171544.GC58722>