changeset in /hg/icedtea: 2009-03-05 Matthias Klose <doko at ubun...
doko at ubuntu.com
doko at ubuntu.com
Fri Mar 20 01:52:20 PDT 2009
changeset 0507febca60d in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=0507febca60d
description:
2009-03-05 Matthias Klose <doko at ubuntu.com>
* Makefile.am (ICEDTEA_PATCHES): Make $(DISTRIBUTION_PATCHES) the
last patches in the list.
diffstat:
2 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog | 5 +++++
Makefile.am | 4 ++--
diffs (31 lines):
diff -r f51dcb5de1a9 -r 0507febca60d ChangeLog
--- a/ChangeLog Thu Mar 05 09:14:30 2009 -0500
+++ b/ChangeLog Thu Mar 05 17:53:03 2009 +0100
@@ -1,3 +1,8 @@ 2009-03-05 Gary Benson <gbenson at redhat
+2009-03-05 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am (ICEDTEA_PATCHES): Make $(DISTRIBUTION_PATCHES) the
+ last patches in the list.
+
2009-03-05 Gary Benson <gbenson at redhat.com>
* ports/hotspot/src/share/vm/shark/sharkEntry.hpp
diff -r f51dcb5de1a9 -r 0507febca60d Makefile.am
--- a/Makefile.am Thu Mar 05 09:14:30 2009 -0500
+++ b/Makefile.am Thu Mar 05 17:53:03 2009 +0100
@@ -656,13 +656,13 @@ endif
endif
ICEDTEA_PATCHES += \
- $(DISTRIBUTION_PATCHES) \
patches/icedtea-demo-swingapplet.patch \
patches/icedtea-awt-window-size.patch \
patches/icedtea-java2d-dasher.patch \
patches/hotspot/$(HSBUILD)/icedtea-format.patch \
patches/icedtea-cc-interp-backedge.patch \
- patches/icedtea-xml-encodinginfo.patch
+ patches/icedtea-xml-encodinginfo.patch \
+ $(DISTRIBUTION_PATCHES)
stamps/extract.stamp: stamps/download.stamp
if OPENJDK_SRC_DIR_FOUND
More information about the distro-pkg-dev
mailing list