]> git.pld-linux.org Git - packages/openjdk9.git/blob - adjust-mflags.patch
Use the official 'update' release jdk8u66-b02
[packages/openjdk9.git] / adjust-mflags.patch
1 diff -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
4 @@ -64,7 +64,7 @@
5         echo "$MFLAGS" \
6         | sed '
7                 s/^-/ -/
8 -               s/ -\([^        I][^    I]*\)j/ -\1 -j/
9 +               s/ -\([^        I][^    I]*\)j\([0-9][0-9]*\)/ -\1 -j\2/
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.060419 seconds and 3 git commands to generate.