/hg/icedtea6: Set JDK_UPDATE_VERSION based on upstream drop version
dbhole at icedtea.classpath.org
dbhole at icedtea.classpath.org
Wed Dec 23 11:07:05 PST 2009
changeset 8826d5735e2c in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=8826d5735e2c
author: Deepak Bhole <dbhole at redhat.com>
date: Tue Dec 22 16:44:24 2009 -0500
Set JDK_UPDATE_VERSION based on upstream drop version
diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog | 4 ++++
Makefile.am | 2 +-
diffs (23 lines):
diff -r d48415f1ab6f -r 8826d5735e2c ChangeLog
--- a/ChangeLog Tue Dec 22 11:42:03 2009 +0100
+++ b/ChangeLog Tue Dec 22 16:44:24 2009 -0500
@@ -1,3 +1,7 @@ 2009-12-22 Gary Benson <gbenson at redhat
+2009-12-22 Deepak Bhole <dbhole at redhat.com>
+
+ * Makefile.am: Set JDK_UPDATE_VERSION based on upstream drop version
+
2009-12-22 Gary Benson <gbenson at redhat.com>
* contrib/checkopts/checkopts: New file.
diff -r d48415f1ab6f -r 8826d5735e2c Makefile.am
--- a/Makefile.am Tue Dec 22 11:42:03 2009 +0100
+++ b/Makefile.am Tue Dec 22 16:44:24 2009 -0500
@@ -373,7 +373,7 @@ else
ICEDTEA_SHARK_BUILD =
endif
-JDK_UPDATE_VERSION = 0
+JDK_UPDATE_VERSION = $(shell echo $(OPENJDK_VERSION) | sed -e "s/^b//")
COMBINED_VERSION = $(JDK_UPDATE_VERSION)-$(OPENJDK_VERSION)
ICEDTEA_ENV = \
IMPORT_BINARY_PLUGS=true \
More information about the distro-pkg-dev
mailing list