]> git.pld-linux.org Git - packages/openjdk9.git/blame - adjust-mflags.patch
some progress with building
[packages/openjdk9.git] / adjust-mflags.patch
CommitLineData
5b4e4f20
JK
1--- jdk8-jdk8-b132.orig/hotspot/make/linux/makefiles/adjust-mflags.sh 2015-09-17 14:17:39.000000000 +0200
2+++ jdk8-jdk8-b132/hotspot/make/linux/makefiles/adjust-mflags.sh 2015-09-17 14:19:01.000000000 +0200
3@@ -64,7 +64,7 @@
4 echo "$MFLAGS" \
5 | sed '
6 s/^-/ -/
7- s/ -\([^ ][^ ]*\)j/ -\1 -j/
8+ s/ -\([^ ][^ ]*\)j\([0-9][0-9]*\)/ -\1 -j\2/
9 s/ -j[0-9][0-9]*/ -j/
10 s/ -j\([^ ]\)/ -j -\1/
11 s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
This page took 0.098578 seconds and 4 git commands to generate.