]> git.pld-linux.org Git - packages/openjdk9.git/blobdiff - adjust-mflags.patch
some progress with building
[packages/openjdk9.git] / adjust-mflags.patch
diff --git a/adjust-mflags.patch b/adjust-mflags.patch
new file mode 100644 (file)
index 0000000..cb09212
--- /dev/null
@@ -0,0 +1,11 @@
+--- jdk8-jdk8-b132.orig/hotspot/make/linux/makefiles/adjust-mflags.sh  2015-09-17 14:17:39.000000000 +0200
++++ jdk8-jdk8-b132/hotspot/make/linux/makefiles/adjust-mflags.sh       2015-09-17 14:19:01.000000000 +0200
+@@ -64,7 +64,7 @@
+       echo "$MFLAGS" \
+       | sed '
+               s/^-/ -/
+-              s/ -\([^        ][^     ]*\)j/ -\1 -j/
++              s/ -\([^        ][^     ]*\)j\([0-9][0-9]*\)/ -\1 -j\2/
+               s/ -j[0-9][0-9]*/ -j/
+               s/ -j\([^       ]\)/ -j -\1/
+               s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
This page took 0.029975 seconds and 4 git commands to generate.