[packages/llvm] - no parallel install (this may be the cause for 'make: write error: stdout' on x8664 builder)
    baggins 
    baggins at pld-linux.org
       
    Fri Mar 30 18:58:06 CEST 2018
    
    
  
commit 464fc37c6110bcab9b9574601244017c1c00f482
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Mar 30 18:56:55 2018 +0200
    - no parallel install (this may be the cause for 'make: write error: stdout' on x8664 builder)
 llvm.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/llvm.spec b/llvm.spec
index 5d3dae8..4a557ec 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -598,7 +598,7 @@ CPPFLAGS="%{rpmcppflags} -D_FILE_OFFSET_BITS=64"
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} -C build install \
+%{__make} -j1 -C build install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 # only some .pyc files are created by make install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/llvm.git/commitdiff/464fc37c6110bcab9b9574601244017c1c00f482
    
    
More information about the pld-cvs-commit
mailing list