Make documentation build single-threaded
This commit is contained in:
parent
6754d6203b
commit
22477214dd
@ -1682,7 +1682,7 @@ BuildKernel %make_target %kernel_image smp
|
|||||||
|
|
||||||
%if %{with_doc}
|
%if %{with_doc}
|
||||||
# Make the HTML and man pages.
|
# Make the HTML and man pages.
|
||||||
make %{?_smp_mflags} htmldocs mandocs || %{doc_build_fail}
|
make htmldocs mandocs || %{doc_build_fail}
|
||||||
|
|
||||||
# sometimes non-world-readable files sneak into the kernel source tree
|
# sometimes non-world-readable files sneak into the kernel source tree
|
||||||
chmod -R a=rX Documentation
|
chmod -R a=rX Documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user