changeset in /hg/icedtea6: 2008-03-10 Lillian Angel <langel at re...

Lillian Angel langel at redhat.com
Mon Mar 10 08:09:07 PDT 2008


changeset e96715b7deaa in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=e96715b7deaa
description:
	2008-03-10  Lillian Angel  <langel at redhat.com>

	        * Makefile.am: Added patches to EXTRA_DIST.
	        * Makefile.in: Regenerated.

diffstat:

3 files changed, 17 insertions(+), 2 deletions(-)
ChangeLog   |    5 +++++
Makefile.am |    7 ++++++-
Makefile.in |    7 ++++++-

diffs (46 lines):

diff -r bb65029089bb -r e96715b7deaa ChangeLog
--- a/ChangeLog	Mon Mar 10 10:37:21 2008 -0400
+++ b/ChangeLog	Mon Mar 10 11:04:53 2008 -0400
@@ -1,3 +1,8 @@ 2008-03-10  Gary Benson  <gbenson at redhat
+2008-03-10  Lillian Angel  <langel at redhat.com>
+
+	* Makefile.am: Added patches to EXTRA_DIST.
+	* Makefile.in: Regenerated.
+
 2008-03-10  Gary Benson  <gbenson at redhat.com>
 
 	* ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp
diff -r bb65029089bb -r e96715b7deaa Makefile.am
--- a/Makefile.am	Mon Mar 10 10:37:21 2008 -0400
+++ b/Makefile.am	Mon Mar 10 11:04:53 2008 -0400
@@ -40,7 +40,12 @@ install:
 
 EXTRA_DIST = rt generated $(ICEDTEA_PATCHES) $(ICEDTEA_ECJ_PATCH) \
 	gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports \
-	patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch extra
+	patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch extra \
+	patches/icedtea-hotspot-6b06-7b24.patch \
+        patches/icedtea-hotspot7-build-fixes.patch \
+        patches/icedtea-hotspot7-ports.patch \
+        patches/icedtea-bytecodeInterpreter.patch \
+        patches/icedtea-bytecodeInterpreterWithChecks.patch
 
 # The Binary plugs directory is called jdk1.7.0 for historical reasons. The
 # name is completely irrelevant; only contains the plugs to build IcedTea.
diff -r bb65029089bb -r e96715b7deaa Makefile.in
--- a/Makefile.in	Mon Mar 10 10:37:21 2008 -0400
+++ b/Makefile.in	Mon Mar 10 11:04:53 2008 -0400
@@ -216,7 +216,12 @@ OPENJDK_VERSION = b06
 @NETX_PLUGIN_TRUE at NETX_PATCH = patches/icedtea-netx-plugin.patch
 EXTRA_DIST = rt generated $(ICEDTEA_PATCHES) $(ICEDTEA_ECJ_PATCH) \
 	gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports \
-	patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch extra
+	patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch extra \
+	patches/icedtea-hotspot-6b06-7b24.patch \
+        patches/icedtea-hotspot7-build-fixes.patch \
+        patches/icedtea-hotspot7-ports.patch \
+        patches/icedtea-bytecodeInterpreter.patch \
+        patches/icedtea-bytecodeInterpreterWithChecks.patch
 
 
 # The Binary plugs directory is called jdk1.7.0 for historical reasons. The



More information about the distro-pkg-dev mailing list