[PATCH v2 0/3] Some patches against build-script

Mauro Carvalho Chehab posted 3 patches 4 hours ago
Documentation/Makefile          | 19 ++++++++-----------
tools/docs/sphinx-build-wrapper |  2 +-
2 files changed, 9 insertions(+), 12 deletions(-)
[PATCH v2 0/3] Some patches against build-script
Posted by Mauro Carvalho Chehab 4 hours ago
Hi Jon,

This small patch series contain 3 minor fixes/cleanups for
sphinx-build-wrapper addressing some corner usecases.

Patch 1 was already submitted. It avoids 2 harmless warnings when
texlive is not installed.

Patch 2 fixes the checker for latexmk (PDFLATEX env) when texlive
is not installed.

Patch 3 restores the logic to store *.pyc files under builddir 
instead of sourcedir.

Mauro Carvalho Chehab (3):
  docs: Makefile: avoid a warning when using without texlive
  tools/docs: sphinx-build-wrapper: pdflatex is needed only for pdf
  docs: Makefile: use PYTHONPYCACHEPREFIX

 Documentation/Makefile          | 19 ++++++++-----------
 tools/docs/sphinx-build-wrapper |  2 +-
 2 files changed, 9 insertions(+), 12 deletions(-)

-- 
2.51.0
Re: [PATCH v2 0/3] Some patches against build-script
Posted by Jonathan Corbet 4 hours ago
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> writes:

> Hi Jon,
>
> This small patch series contain 3 minor fixes/cleanups for
> sphinx-build-wrapper addressing some corner usecases.
>
> Patch 1 was already submitted. It avoids 2 harmless warnings when
> texlive is not installed.
>
> Patch 2 fixes the checker for latexmk (PDFLATEX env) when texlive
> is not installed.
>
> Patch 3 restores the logic to store *.pyc files under builddir 
> instead of sourcedir.
>
> Mauro Carvalho Chehab (3):
>   docs: Makefile: avoid a warning when using without texlive
>   tools/docs: sphinx-build-wrapper: pdflatex is needed only for pdf
>   docs: Makefile: use PYTHONPYCACHEPREFIX
>
>  Documentation/Makefile          | 19 ++++++++-----------
>  tools/docs/sphinx-build-wrapper |  2 +-
>  2 files changed, 9 insertions(+), 12 deletions(-)

Applied to the build-script branch, thanks.

jon