87ae8e7
# HG changeset patch
87ae8e7
# User andrew
87ae8e7
# Date 1398183426 -3600
87ae8e7
# Node ID b4ea3a87f707e674a144e805084bda0f72ad4e38
87ae8e7
# Parent  00aa9f5a26b9e2c7bdca547201106f76e23a8c01
87ae8e7
Don't substitute 'j' for '-j' inside -I directives
87ae8e7
87ae8e7
--- jdk8/hotspot/make/linux/makefiles/adjust-mflags.sh	Tue Apr 22 17:15:43 2014 +0100
87ae8e7
+++ jdk8/hotspot/make/linux/makefiles/adjust-mflags.sh	Tue Apr 22 17:17:06 2014 +0100
87ae8e7
@@ -64,7 +64,7 @@
87ae8e7
 	echo "$MFLAGS" \
87ae8e7
 	| sed '
87ae8e7
 		s/^-/ -/
87ae8e7
-		s/ -\([^ 	][^ 	]*\)j/ -\1 -j/
87ae8e7
+		s/ -\([^ 	I][^ 	]*\)j/ -\1 -j/
87ae8e7
 		s/ -j[0-9][0-9]*/ -j/
87ae8e7
 		s/ -j\([^ 	]\)/ -j -\1/
87ae8e7
 		s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
87ae8e7