8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -I<path contains j>

Tue, 21 Jan 2014 20:07:14 -0800

author
henryjen
date
Tue, 21 Jan 2014 20:07:14 -0800
changeset 7374
fb6a855141cb
parent 7338
eb16b24e2eba
child 7375
9dee5f673903

8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -I<path contains j>
Reviewed-by: erikj

make/bsd/makefiles/adjust-mflags.sh file | annotate | diff | comparison | revisions
make/linux/makefiles/adjust-mflags.sh file | annotate | diff | comparison | revisions
make/solaris/makefiles/adjust-mflags.sh file | annotate | diff | comparison | revisions
     1.1 --- a/make/bsd/makefiles/adjust-mflags.sh	Fri Nov 14 10:03:38 2014 -0800
     1.2 +++ b/make/bsd/makefiles/adjust-mflags.sh	Tue Jan 21 20:07:14 2014 -0800
     1.3 @@ -64,7 +64,7 @@
     1.4  	echo "$MFLAGS" \
     1.5  	| sed '
     1.6  		s/^-/ -/
     1.7 -		s/ -\([^ 	][^ 	]*\)j/ -\1 -j/
     1.8 +		s/ -\([^ 	I][^ 	I]*\)j/ -\1 -j/
     1.9  		s/ -j[0-9][0-9]*/ -j/
    1.10  		s/ -j\([^ 	]\)/ -j -\1/
    1.11  		s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
     2.1 --- a/make/linux/makefiles/adjust-mflags.sh	Fri Nov 14 10:03:38 2014 -0800
     2.2 +++ b/make/linux/makefiles/adjust-mflags.sh	Tue Jan 21 20:07:14 2014 -0800
     2.3 @@ -64,7 +64,7 @@
     2.4  	echo "$MFLAGS" \
     2.5  	| sed '
     2.6  		s/^-/ -/
     2.7 -		s/ -\([^ 	][^ 	]*\)j/ -\1 -j/
     2.8 +		s/ -\([^ 	I][^ 	I]*\)j/ -\1 -j/
     2.9  		s/ -j[0-9][0-9]*/ -j/
    2.10  		s/ -j\([^ 	]\)/ -j -\1/
    2.11  		s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
     3.1 --- a/make/solaris/makefiles/adjust-mflags.sh	Fri Nov 14 10:03:38 2014 -0800
     3.2 +++ b/make/solaris/makefiles/adjust-mflags.sh	Tue Jan 21 20:07:14 2014 -0800
     3.3 @@ -64,7 +64,7 @@
     3.4  	echo "$MFLAGS" \
     3.5  	| sed '
     3.6  		s/^-/ -/
     3.7 -		s/ -\([^ 	][^ 	]*\)j/ -\1 -j/
     3.8 +		s/ -\([^ 	I][^ 	I]*\)j/ -\1 -j/
     3.9  		s/ -j[0-9][0-9]*/ -j/
    3.10  		s/ -j\([^ 	]\)/ -j -\1/
    3.11  		s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/

mercurial