Blame SOURCES/hotspot-build-j-directive.patch

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