changeset in /hg/icedtea: 2009-08-06 Matthias Klose <doko at ubun...

doko at ubuntu.com doko at ubuntu.com
Thu Aug 6 04:22:44 PDT 2009


changeset ad8209f846e0 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=ad8209f846e0
description:
	2009-08-06  Matthias Klose  <doko at ubuntu.com>

	        * Makefile.am (ICEDTEA_PATCHES): Make $(DISTRIBUTION_PATCHES) the
	        last patches in the list.

diffstat:

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

diffs (42 lines):

diff -r bcd06cb49945 -r ad8209f846e0 ChangeLog
--- a/ChangeLog	Thu Aug 06 12:11:42 2009 +0100
+++ b/ChangeLog	Thu Aug 06 13:17:23 2009 +0200
@@ -1,11 +1,12 @@ 2009-08-06  Andrew John Hughes  <ahughes
+2009-08-06  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (ICEDTEA_PATCHES): Make $(DISTRIBUTION_PATCHES) the
+	last patches in the list.
+
 2009-08-06  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
 	Bump JDK changeset to obtain execvpe fix.
-
-2009-08-06  Matthias Klose  <doko at ubuntu.com>
-
-	* Makefile.am.orig: Remove.
 
 2009-08-05  Mark Wielaard  <mjw at redhat.com>
 
diff -r bcd06cb49945 -r ad8209f846e0 Makefile.am
--- a/Makefile.am	Thu Aug 06 12:11:42 2009 +0100
+++ b/Makefile.am	Thu Aug 06 13:17:23 2009 +0200
@@ -2069,8 +2069,7 @@ ICEDTEA_PATCHES = \
 	patches/icedtea-jvmtiEnv.patch \
 	patches/icedtea-xml-encodinginfo.patch \
 	patches/icedtea-cc-interp-backedge.patch \
-	patches/icedtea-netx.patch \
-	$(DISTRIBUTION_PATCHES)
+	patches/icedtea-netx.patch
 
 if WITH_RHINO
 ICEDTEA_PATCHES += \
@@ -2129,6 +2128,8 @@ ICEDTEA_PATCHES += patches/icedtea-livec
 ICEDTEA_PATCHES += patches/icedtea-liveconnect-dist.patch
 endif
 endif
+
+ICEDTEA_PATCHES += $(DISTRIBUTION_PATCHES)
 
 stamps/extract.stamp: stamps/download.stamp
 if OPENJDK_SRC_DIR_FOUND



More information about the distro-pkg-dev mailing list