changeset in /hg/icedtea: 2008-02-05 Lillian Angel <langel at red...

Lillian Angel langel at redhat.com
Thu May 29 14:11:37 PDT 2008


changeset 217c9bffb37f in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=217c9bffb37f
description:
	2008-02-05  Lillian Angel  <langel at redhat.com>

	        * Makefile.am
	        (EXTRA_DIST): Added tools and gcc patch.
	        * Makefile.in: Regenerate.

diffstat:

3 files changed, 10 insertions(+), 2 deletions(-)
ChangeLog   |    6 ++++++
Makefile.am |    3 ++-
Makefile.in |    3 ++-

diffs (39 lines):

diff -r dfceaf5eca54 -r 217c9bffb37f ChangeLog
--- a/ChangeLog	Tue Feb 05 12:21:59 2008 -0500
+++ b/ChangeLog	Tue Feb 05 12:26:45 2008 -0500
@@ -1,3 +1,9 @@ 2008-02-05  Lillian Angel  <langel at redha
+2008-02-05  Lillian Angel  <langel at redhat.com>
+
+	* Makefile.am
+	(EXTRA_DIST): Added tools and gcc patch.
+	* Makefile.in: Regenerate.
+
 2008-02-05  Lillian Angel  <langel at redhat.com>
 
 	* acinclude.m4: Moved conditional to beginning of LIBGCJ block.
diff -r dfceaf5eca54 -r 217c9bffb37f Makefile.am
--- a/Makefile.am	Tue Feb 05 12:21:59 2008 -0500
+++ b/Makefile.am	Tue Feb 05 12:26:45 2008 -0500
@@ -29,7 +29,8 @@ install:
 	hotspot hotspot-helper
 
 EXTRA_DIST = rt generated $(ICEDTEA_PATCHES) $(ICEDTEA_ECJ_PATCH) \
-	gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports
+	gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports \
+	tools patches/icedtea-gcc-4.3.patch 
 
 # OpenJDK build environment.
 LINUX_DIR = linux-$(BUILD_ARCH_DIR)
diff -r dfceaf5eca54 -r 217c9bffb37f Makefile.in
--- a/Makefile.in	Tue Feb 05 12:21:59 2008 -0500
+++ b/Makefile.in	Tue Feb 05 12:26:45 2008 -0500
@@ -202,7 +202,8 @@ top_srcdir = @top_srcdir@
 top_srcdir = @top_srcdir@
 OPENJDK_VERSION = b24
 EXTRA_DIST = rt generated $(ICEDTEA_PATCHES) $(ICEDTEA_ECJ_PATCH) \
-	gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports
+	gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports \
+	tools patches/icedtea-gcc-4.3.patch 
 
 
 # OpenJDK build environment.



More information about the distro-pkg-dev mailing list