]> git.pld-linux.org Git - packages/openjdk9.git/commitdiff
Pass JOBS=N instead -jN to make
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Fri, 18 Sep 2015 13:51:25 +0000 (15:51 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Fri, 18 Sep 2015 13:51:25 +0000 (15:51 +0200)
OpenJDK makefiles do parallel building their own way.

openjdk8.spec

index a040bbb804a7843e90904f267dd0423f9a3edf28..ea2de66f5b8412a24b5ac1493cc2987e485a7168 100644 (file)
@@ -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"
This page took 0.216338 seconds and 4 git commands to generate.