mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 17:59:39 +01:00
Makefile: pass -silent to latexmk
This should drastically decrease the number of lines in the docs build logs, which currently can go up to 1700000 lines on the Autobuilder[1]. [1]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/34/builds/400/steps/6/logs/stdio (From yocto-docs rev: ac3766beaff14ea62552f811b2ffcc43f77d8dd5) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 6e9362923d4ab5599730da2074ab9f5a36e8ba14) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ee156de13e
commit
9796c90d54
@@ -68,7 +68,7 @@ epub: $(PNGs)
|
||||
# Unable to read an entire line---bufsize=200000. Please increase buf_size in texmf.cnf.
|
||||
latexpdf: $(PDFs)
|
||||
$(SOURCEDIR)/set_versions.py
|
||||
buf_size=10000000 $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
buf_size=10000000 LATEXMKOPTS="-silent" $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
|
||||
all: html epub latexpdf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user