Make documentation build single-threaded

This commit is contained in:
Chuck Ebbert 2011-03-15 00:59:23 -04:00
parent 6754d6203b
commit 22477214dd
1 changed files with 1 additions and 1 deletions

View File

@ -1682,7 +1682,7 @@ BuildKernel %make_target %kernel_image smp
%if %{with_doc}
# 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
chmod -R a=rX Documentation