]> git.pld-linux.org Git - packages/openjdk9.git/blame - adjust-mflags.patch
adapterized
[packages/openjdk9.git] / adjust-mflags.patch
CommitLineData
d8978afb
JK
1diff -dur -x '*~' -x '*.rej' -x '*.orig' jdk8u-jdk8u66-b02/hotspot.orig/make/linux/makefiles/adjust-mflags.sh jdk8u-jdk8u66-b02/hotspot/make/linux/makefiles/adjust-mflags.sh
2--- jdk8u-jdk8u66-b02/hotspot.orig/make/linux/makefiles/adjust-mflags.sh 2015-07-22 19:12:56.000000000 +0200
3+++ jdk8u-jdk8u66-b02/hotspot/make/linux/makefiles/adjust-mflags.sh 2015-09-18 09:07:14.000000000 +0200
5b4e4f20
JK
4@@ -64,7 +64,7 @@
5 echo "$MFLAGS" \
6 | sed '
7 s/^-/ -/
d8978afb
JK
8- s/ -\([^ I][^ I]*\)j/ -\1 -j/
9+ s/ -\([^ I][^ I]*\)j\([0-9][0-9]*\)/ -\1 -j\2/
5b4e4f20
JK
10 s/ -j[0-9][0-9]*/ -j/
11 s/ -j\([^ ]\)/ -j -\1/
12 s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
This page took 0.058219 seconds and 4 git commands to generate.