Re: [PATCH v2] docs: Use make invocation's -j argument for parallelism

2019-09-25 Thread Jani Nikula
On Tue, 24 Sep 2019, Kees Cook wrote: > On Tue, Sep 24, 2019 at 10:12:22AM +0300, Jani Nikula wrote: >> On Mon, 23 Sep 2019, Kees Cook wrote: >> > On Sun, Sep 22, 2019 at 02:03:31PM -0600, Jonathan Corbet wrote: >> >> On Thu, 19 Sep 2019 14:44:37 -0700 >> >> Kees Cook wrote: >> >> >> >> > While

Re: [PATCH v2] docs: Use make invocation's -j argument for parallelism

2019-09-24 Thread Mauro Carvalho Chehab
Em Mon, 23 Sep 2019 15:40:41 -0700 Kees Cook escreveu: > On Sun, Sep 22, 2019 at 02:03:31PM -0600, Jonathan Corbet wrote: > > On Thu, 19 Sep 2019 14:44:37 -0700 > > Kees Cook wrote: > > > > > While sphinx 1.7 and later supports "-jauto" for parallelism, this > > > effectively ignores the "-j"

Re: [PATCH v2] docs: Use make invocation's -j argument for parallelism

2019-09-24 Thread Kees Cook
On Tue, Sep 24, 2019 at 10:12:22AM +0300, Jani Nikula wrote: > On Mon, 23 Sep 2019, Kees Cook wrote: > > On Sun, Sep 22, 2019 at 02:03:31PM -0600, Jonathan Corbet wrote: > >> On Thu, 19 Sep 2019 14:44:37 -0700 > >> Kees Cook wrote: > >> > >> > While sphinx 1.7 and later supports "-jauto" for par

Re: [PATCH v2] docs: Use make invocation's -j argument for parallelism

2019-09-24 Thread Jani Nikula
On Mon, 23 Sep 2019, Kees Cook wrote: > On Sun, Sep 22, 2019 at 02:03:31PM -0600, Jonathan Corbet wrote: >> On Thu, 19 Sep 2019 14:44:37 -0700 >> Kees Cook wrote: >> >> > While sphinx 1.7 and later supports "-jauto" for parallelism, this >> > effectively ignores the "-j" flag used in the "make"

Re: [PATCH v2] docs: Use make invocation's -j argument for parallelism

2019-09-23 Thread Kees Cook
On Sun, Sep 22, 2019 at 02:03:31PM -0600, Jonathan Corbet wrote: > On Thu, 19 Sep 2019 14:44:37 -0700 > Kees Cook wrote: > > > While sphinx 1.7 and later supports "-jauto" for parallelism, this > > effectively ignores the "-j" flag used in the "make" invocation, which > > may cause confusion for

Re: [PATCH v2] docs: Use make invocation's -j argument for parallelism

2019-09-22 Thread Jonathan Corbet
On Thu, 19 Sep 2019 14:44:37 -0700 Kees Cook wrote: > While sphinx 1.7 and later supports "-jauto" for parallelism, this > effectively ignores the "-j" flag used in the "make" invocation, which > may cause confusion for build systems. Instead, extract the available What sort of confusion might w

[PATCH v2] docs: Use make invocation's -j argument for parallelism

2019-09-19 Thread Kees Cook
While sphinx 1.7 and later supports "-jauto" for parallelism, this effectively ignores the "-j" flag used in the "make" invocation, which may cause confusion for build systems. Instead, extract the available parallelism from "make"'s job server (since it is not exposed in any special variables) and