From ac0dc5850b572864389d27a31550c361bdaa7bcf Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Fri, 20 Nov 2020 23:22:26 +0100 Subject: bitbake: docs: Makefile: enable parallel build >From sphinx-build man page: -j N build in parallel with N processes where possible (special value "auto" will set N to cpu-count) (Bitbake rev: e0d08058d849cb28cd70ade0cb35863a91019353) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- bitbake/doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/doc/Makefile b/bitbake/doc/Makefile index 4d721d30f3..d40f390e2b 100644 --- a/bitbake/doc/Makefile +++ b/bitbake/doc/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. -SPHINXOPTS ?= +SPHINXOPTS ?= -j auto SPHINXBUILD ?= sphinx-build SOURCEDIR = . BUILDDIR = _build -- cgit v1.2.3-54-g00ecf