changeset 1164:6816e84bfc28

Fix hiding of HotSpot version number. 2008-10-27 Andrew John Hughes <ahughes@redhat.com> PR icedtea/234: * Makefile.am: Don't force the HotSpot release version to be the JDK release version so the HotSpot versioning is revealed.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Mon, 27 Oct 2008 21:17:19 +0000
parents ecfb2532387c
children 27198ae52677
files ChangeLog Makefile.am
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Oct 27 15:56:05 2008 -0400
+++ b/ChangeLog	Mon Oct 27 21:17:19 2008 +0000
@@ -1,3 +1,11 @@
+2008-10-27  Andrew John Hughes  <ahughes@redhat.com>
+
+	PR icedtea/234:
+	* Makefile.am:
+	Don't force the HotSpot release version
+	to be the JDK release version so the HotSpot
+	versioning is revealed.
+
 2008-10-27  Lillian Angel  <langel@redhat.com>
 
 	* configure.ac: Updated version to 1.4.
--- a/Makefile.am	Mon Oct 27 15:56:05 2008 -0400
+++ b/Makefile.am	Mon Oct 27 21:17:19 2008 +0000
@@ -140,7 +140,6 @@
         "BUILD_NUMBER=$(OPENJDK_VERSION)" \
 	"JDK_UPDATE_VERSION=$(JDK_UPDATE_VERSION)" \
         "JRE_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
-        "HOTSPOT_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
 	"LANG=C" \
 	"PATH=$(abs_top_builddir)/bootstrap/jdk1.6.0/bin:/usr/bin:/bin:/usr/sbin:/sbin" \
 	"ALT_BOOTDIR=$(ICEDTEA_BOOT_DIR)" \
@@ -210,7 +209,6 @@
 	"BUILD_NUMBER=$(OPENJDK_VERSION)" \
 	"JDK_UPDATE_VERSION=$(JDK_UPDATE_VERSION)" \
         "JRE_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
-        "HOTSPOT_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
 	"LANG=C" \
 	"PATH=$(abs_top_builddir)/bootstrap/jdk1.6.0/bin:/usr/bin:/bin:/usr/sbin:/sbin" \
 	"ALT_BOOTDIR=$(ICEDTEA_BOOT_DIR)" \