projects
/
packages
/
openjdk8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
991454f
)
Pass JOBS=N instead -jN to make
author
Jacek Konieczny
<j.konieczny@eggsoft.pl>
Fri, 18 Sep 2015 13:51:25 +0000
(15:51 +0200)
committer
Jacek 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
patch
|
blob
|
blame
|
history
diff --git
a/openjdk8.spec
b/openjdk8.spec
index a040bbb804a7843e90904f267dd0423f9a3edf28..ea2de66f5b8412a24b5ac1493cc2987e485a7168 100644
(file)
--- 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"
This page took
0.070436 seconds
and
4
git commands to generate.