changeset 754:02548bbd7016 cacao

2008-03-10 Lillian Angel <langel@redhat.com> * Makefile.am: Added patches to EXTRA_DIST. * Makefile.in: Regenerated.
author Lillian Angel <langel@redhat.com>
date Mon, 10 Mar 2008 11:04:53 -0400
parents 6ca632b6ab09
children 33b97b19ea82
files ChangeLog Makefile.am Makefile.in
diffstat 3 files changed, 17 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  Lillian Angel  <langel@redhat.com>
+
+	* Makefile.am: Added patches to EXTRA_DIST.
+	* Makefile.in: Regenerated.
+
 2008-03-10  Gary Benson  <gbenson@redhat.com>
 
 	* ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp
--- 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 @@
 
 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.
--- a/Makefile.in	Mon Mar 10 10:37:21 2008 -0400
+++ b/Makefile.in	Mon Mar 10 11:04:53 2008 -0400
@@ -226,7 +226,12 @@
 @NETX_PLUGIN_TRUE@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