hotspot/make/solaris/makefiles/adjust-mflags.sh
changeset 22484 f3b88f05c528
parent 5547 f4b087cbb361
equal deleted inserted replaced
22250:fe165bf76695 22484:f3b88f05c528
    62 # Normalize any -jN argument to the form " -j${HBJ}"
    62 # Normalize any -jN argument to the form " -j${HBJ}"
    63 MFLAGS=`
    63 MFLAGS=`
    64 	echo "$MFLAGS" \
    64 	echo "$MFLAGS" \
    65 	| sed '
    65 	| sed '
    66 		s/^-/ -/
    66 		s/^-/ -/
    67 		s/ -\([^ 	][^ 	]*\)j/ -\1 -j/
    67 		s/ -\([^ 	I][^ 	I]*\)j/ -\1 -j/
    68 		s/ -j[0-9][0-9]*/ -j/
    68 		s/ -j[0-9][0-9]*/ -j/
    69 		s/ -j\([^ 	]\)/ -j -\1/
    69 		s/ -j\([^ 	]\)/ -j -\1/
    70 		s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
    70 		s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
    71 	' `
    71 	' `
    72 
    72