/hg/icedtea6: Makefile.am (ICEDTEA_ECJ_PATCHES): Add DISTRIBUTIO...

doko at icedtea.classpath.org doko at icedtea.classpath.org
Mon Mar 8 06:31:00 PST 2010


changeset 3cc1f5c72fd3 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=3cc1f5c72fd3
author: doko at ubuntu.com
date: Mon Mar 08 15:09:17 2010 +0100

	Makefile.am (ICEDTEA_ECJ_PATCHES): Add DISTRIBUTION_ECJ_PATCHES

	2010-03-08 Matthias Klose <doko at ubuntu.com>

	 * Makefile.am (ICEDTEA_ECJ_PATCHES): Add
	DISTRIBUTION_ECJ_PATCHES.


diffstat:

2 files changed, 6 insertions(+)
ChangeLog   |    4 ++++
Makefile.am |    2 ++

diffs (23 lines):

diff -r 7d4276d04ffc -r 3cc1f5c72fd3 ChangeLog
--- a/ChangeLog	Mon Mar 08 13:52:05 2010 +0000
+++ b/ChangeLog	Mon Mar 08 15:09:17 2010 +0100
@@ -1,3 +1,7 @@ 2010-03-08  Andrew John Hughes  <ahughes
+2010-03-08  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (ICEDTEA_ECJ_PATCHES): Add DISTRIBUTION_ECJ_PATCHES.
+
 2010-03-08  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r 7d4276d04ffc -r 3cc1f5c72fd3 Makefile.am
--- a/Makefile.am	Mon Mar 08 13:52:05 2010 +0000
+++ b/Makefile.am	Mon Mar 08 15:09:17 2010 +0100
@@ -390,6 +390,8 @@ ICEDTEA_ECJ_PATCHES += \
 ICEDTEA_ECJ_PATCHES += \
 	patches/ecj/icedtea-jaxws-getdtdtype.patch
 endif
+
+ICEDTEA_ECJ_PATCHES += $(DISTRIBUTION_ECJ_PATCHES)
 
 # OpenJDK build environment.
 if ZERO_BUILD



More information about the distro-pkg-dev mailing list