]> git.pld-linux.org Git - packages/openjdk8.git/blob - adjust-mflags.patch
cb092123843fb6a5d012b6737345261e4c573bb5
[packages/openjdk8.git] / adjust-mflags.patch
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.019986 seconds and 2 git commands to generate.