8031709: Configure --with-jvm-variants=client, server, x produces default outputdir containing comma

Thu, 10 Jul 2014 15:52:04 -0700

author
mikael
date
Thu, 10 Jul 2014 15:52:04 -0700
changeset 1138
2eec717223fb
parent 1137
6247dd67fde7
child 1139
de71433b576a

8031709: Configure --with-jvm-variants=client, server, x produces default outputdir containing comma
Reviewed-by: tbell

common/autoconf/generated-configure.sh file | annotate | diff | comparison | revisions
common/autoconf/jdk-options.m4 file | annotate | diff | comparison | revisions
     1.1 --- a/common/autoconf/generated-configure.sh	Mon Jul 07 18:02:20 2014 -0700
     1.2 +++ b/common/autoconf/generated-configure.sh	Thu Jul 10 15:52:04 2014 -0700
     1.3 @@ -3868,7 +3868,7 @@
     1.4  #CUSTOM_AUTOCONF_INCLUDE
     1.5  
     1.6  # Do not change or remove the following line, it is needed for consistency checks:
     1.7 -DATE_WHEN_GENERATED=1397150809
     1.8 +DATE_WHEN_GENERATED=1405022087
     1.9  
    1.10  ###############################################################################
    1.11  #
    1.12 @@ -7926,7 +7926,7 @@
    1.13    fi
    1.14  
    1.15    # Replace the commas with AND for use in the build directory name.
    1.16 -  ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/'`
    1.17 +  ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/g'`
    1.18    COUNT_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/server,/1/' -e 's/client,/1/' -e 's/minimal1,/1/' -e 's/kernel,/1/' -e 's/zero,/1/' -e 's/zeroshark,/1/' -e 's/core,/1/'`
    1.19    if test "x$COUNT_VARIANTS" != "x,1"; then
    1.20      BUILDING_MULTIPLE_JVM_VARIANTS=yes
     2.1 --- a/common/autoconf/jdk-options.m4	Mon Jul 07 18:02:20 2014 -0700
     2.2 +++ b/common/autoconf/jdk-options.m4	Thu Jul 10 15:52:04 2014 -0700
     2.3 @@ -134,7 +134,7 @@
     2.4    fi
     2.5  
     2.6    # Replace the commas with AND for use in the build directory name.
     2.7 -  ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/'`
     2.8 +  ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/g'`
     2.9    COUNT_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/server,/1/' -e 's/client,/1/' -e 's/minimal1,/1/' -e 's/kernel,/1/' -e 's/zero,/1/' -e 's/zeroshark,/1/' -e 's/core,/1/'`
    2.10    if test "x$COUNT_VARIANTS" != "x,1"; then
    2.11      BUILDING_MULTIPLE_JVM_VARIANTS=yes

mercurial