[packages/openjdk8] Pass JOBS=N instead -jN to make

jajcus jajcus at pld-linux.org
Fri Sep 18 15:52:01 CEST 2015


commit a8a946e353ae9818cd13195f0fb961b472efcf49
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Fri Sep 18 15:51:25 2015 +0200

    Pass JOBS=N instead -jN to make
    
    OpenJDK makefiles do parallel building their own way.

 openjdk8.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/openjdk8.spec b/openjdk8.spec
index a040bbb..ea2de66 100644
--- a/openjdk8.spec
+++ b/openjdk8.spec
@@ -458,6 +458,7 @@ EOF
 [ -d tmp-bin ] || ln -s "$specdir/jdk/bin" tmp-bin
 
 %{__make} all \
+	-j1 JOBS=%{__jobs} \
 	LOG=debug
 
 export PATH="$(pwd)/build-bin:$PATH"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openjdk8.git/commitdiff/a8a946e353ae9818cd13195f0fb961b472efcf49



More information about the pld-cvs-commit mailing list