Merge
authorasaha
Thu, 16 Jan 2014 21:43:13 -0800
changeset 22183 7979ec8adcbb
parent 22182 9ec4c3972fd9 (current diff)
parent 22181 0fc1d3eb4358 (diff)
child 22184 325b5971d828
child 22458 6a74da13c52f
Merge
common/autoconf/generated-configure.sh
--- a/common/autoconf/jdk-options.m4	Wed Jan 15 14:19:11 2014 -0800
+++ b/common/autoconf/jdk-options.m4	Thu Jan 16 21:43:13 2014 -0800
@@ -105,7 +105,7 @@
   fi
 
   # Replace the commas with AND for use in the build directory name.
-  ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/'`
+  ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/g'`
   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/'`
   if test "x$COUNT_VARIANTS" != "x,1"; then
     BUILDING_MULTIPLE_JVM_VARIANTS=yes