diff make/aix/makefiles/adjust-mflags.sh @ 20782:9b4d6de0a838

Merge
author asaha
date Thu, 04 Dec 2014 11:00:42 -0800
parents 9dee5f673903
children 92aa6797d639
line wrap: on
line diff
--- a/make/aix/makefiles/adjust-mflags.sh	Wed Nov 26 08:57:40 2014 -0800
+++ b/make/aix/makefiles/adjust-mflags.sh	Thu Dec 04 11:00:42 2014 -0800
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -64,7 +64,7 @@
 	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}}'/