changeset 605:2d9bb72b4e34

8004490: build-infra: mac: hotspot is always built in product, regardless of --with-debug-level setting Reviewed-by: tbell
author erikj
date Sun, 30 Dec 2012 12:15:02 +0100
parents ef6adbf511cc
children abc8078e070b
files common/autoconf/generated-configure.sh common/autoconf/jdk-options.m4
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/common/autoconf/generated-configure.sh	Fri Dec 28 09:51:15 2012 +0100
+++ b/common/autoconf/generated-configure.sh	Sun Dec 30 12:15:02 2012 +0100
@@ -3679,7 +3679,7 @@
 #CUSTOM_AUTOCONF_INCLUDE
 
 # Do not change or remove the following line, it is needed for consistency checks:
-DATE_WHEN_GENERATED=1356638459
+DATE_WHEN_GENERATED=1356865941
 
 ###############################################################################
 #
@@ -7580,7 +7580,7 @@
 # from configure, but only server is valid anyway. Fix this
 # when hotspot makefiles are rewritten.
 if test "x$MACOSX_UNIVERSAL" = xtrue; then
-    HOTSPOT_TARGET=universal_product
+    HOTSPOT_TARGET=universal_${HOTSPOT_EXPORT}
 fi
 
 #####
--- a/common/autoconf/jdk-options.m4	Fri Dec 28 09:51:15 2012 +0100
+++ b/common/autoconf/jdk-options.m4	Sun Dec 30 12:15:02 2012 +0100
@@ -235,7 +235,7 @@
 # from configure, but only server is valid anyway. Fix this
 # when hotspot makefiles are rewritten.
 if test "x$MACOSX_UNIVERSAL" = xtrue; then
-    HOTSPOT_TARGET=universal_product
+    HOTSPOT_TARGET=universal_${HOTSPOT_EXPORT}
 fi
 
 #####