rpms/kernel/F-10 kernel.spec,1.1144,1.1145

Dave Jones davej at fedoraproject.org
Fri Nov 14 00:53:12 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17525

Modified Files:
	kernel.spec 
Log Message:
single thread the build of the docs. hopefully this will fix the weird build failure


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1144
retrieving revision 1.1145
diff -u -r1.1144 -r1.1145
--- kernel.spec	13 Nov 2008 23:20:18 -0000	1.1144
+++ kernel.spec	14 Nov 2008 00:52:42 -0000	1.1145
@@ -1644,7 +1644,7 @@
 
 %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




More information about the fedora-extras-commits mailing list