changeset in /hg/icedtea: Fix hiding of HotSpot versioning.

Andrew John Hughes gnu_andrew at member.fsf.org
Mon Oct 27 13:42:06 PDT 2008


changeset 8b55dca31ecb in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=8b55dca31ecb
description:
	Fix hiding of HotSpot versioning.

	2008-10-27  Andrew John Hughes  <ahughes at 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.

diffstat:

2 files changed, 8 insertions(+), 2 deletions(-)
ChangeLog   |    8 ++++++++
Makefile.am |    2 --

diffs (34 lines):

diff -r 7ff57d37137f -r 8b55dca31ecb ChangeLog
--- a/ChangeLog	Mon Oct 27 20:09:41 2008 +0000
+++ b/ChangeLog	Mon Oct 27 20:41:55 2008 +0000
@@ -1,3 +1,11 @@ 2008-10-27  Andrew John Hughes  <ahughes
+2008-10-27  Andrew John Hughes  <ahughes at 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  Andrew John Hughes  <ahughes at redhat.com>
 
 	* patches/icedtea-license-headers.patch,
diff -r 7ff57d37137f -r 8b55dca31ecb Makefile.am
--- a/Makefile.am	Mon Oct 27 20:09:41 2008 +0000
+++ b/Makefile.am	Mon Oct 27 20:41:55 2008 +0000
@@ -140,7 +140,6 @@ ICEDTEA_ENV = \
         "BUILD_NUMBER=$(OPENJDK_VERSION)" \
 	"JDK_UPDATE_VERSION=$(JDK_UPDATE_VERSION)" \
         "JRE_RELEASE_VERSION=1.7.0_$(COMBINED_VERSION)" \
-        "HOTSPOT_RELEASE_VERSION=1.7.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 @@ ICEDTEA_ENV_ECJ = \
 	"BUILD_NUMBER=$(OPENJDK_VERSION)" \
 	"JDK_UPDATE_VERSION=$(JDK_UPDATE_VERSION)" \
         "JRE_RELEASE_VERSION=1.7.0_$(COMBINED_VERSION)" \
-        "HOTSPOT_RELEASE_VERSION=1.7.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)" \



More information about the distro-pkg-dev mailing list