mirror of
https://abf.rosa.ru/djam/java-1.8.0-openjdk.git
synced 2025-04-20 15:34:20 +00:00
11 lines
473 B
Diff
11 lines
473 B
Diff
--- java-1.8.0-openjdk/jdk8/hotspot/make/linux/makefiles/adjust-mflags.sh.make 2013-10-14 18:55:57.416829431 -0400
|
|
+++ java-1.8.0-openjdk/jdk8/hotspot/make/linux/makefiles/adjust-mflags.sh 2013-10-14 18:56:13.183389765 -0400
|
|
@@ -64,7 +64,7 @@ MFLAGS=`
|
|
echo "$MFLAGS" \
|
|
| sed '
|
|
s/^-/ -/
|
|
- s/ -\([^ ][^ ]*\)j/ -\1 -j/
|
|
+ s/ -\([^ I][^ I]*\)j/ -\1 -j/
|
|
s/ -j[0-9][0-9]*/ -j/
|
|
s/ -j\([^ ]\)/ -j -\1/
|
|
s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
|