[kernel/f14/master] Serialize mandocs/htmldocs build

Kyle McMartin kyle at fedoraproject.org
Fri Sep 24 03:02:18 UTC 2010


commit 2348a607b787696385b7a5b6272d78506ba80928
Author: Kyle McMartin <kyle at dreadnought.i.jkkm.org>
Date:   Thu Sep 23 23:01:13 2010 -0400

    Serialize mandocs/htmldocs build

 kernel.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index a272ee9..6d21bc5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1700,7 +1700,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
@@ -1985,6 +1985,10 @@ fi
 # and build.
 
 %changelog
+* Thu Sep 23 2010 Kyle McMartin <kyle at redhat.com> 2.6.35.5-32
+- Serialize mandocs/htmldocs build, since otherwise it will constantly
+  fail on the koji builders.
+
 * Thu Sep 23 2010 Kyle McMartin <kyle at redhat.com> 2.6.35.5-31
 - Slay another rcu_dereference_check warning pointed out by
   rmcgrath at .


More information about the scm-commits mailing list