[packages/mate-utils] - docs build is racy, use -j1 for make in build

qboosh qboosh at pld-linux.org
Mon Jan 6 10:51:11 CET 2014


commit b2dcd24975739e7d7efd5c83b2bb0a5528c4ec2b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Jan 6 10:51:46 2014 +0100

    - docs build is racy, use -j1 for make in build

 mate-utils.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mate-utils.spec b/mate-utils.spec
index 632b5ca..71465ba 100644
--- a/mate-utils.spec
+++ b/mate-utils.spec
@@ -102,7 +102,7 @@ mate-doc-prepare --copy --force
 	--with-html-dir=%{_gtkdocdir}
 
 # this package uses shave, not AM_SILENT_RULES, thus only V=1 works
-%{__make} \
+%{__make} -j1 \
 	V=1
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-utils.git/commitdiff/b2dcd24975739e7d7efd5c83b2bb0a5528c4ec2b



More information about the pld-cvs-commit mailing list