changeset in /hg/icedtea: Fix tools make distcheck issue.
Mark Wielaard
mark at klomp.org
Thu Feb 28 01:57:16 PST 2008
changeset b621e35b65fe in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=b621e35b65fe
description:
Fix tools make distcheck issue.
2008-02-28 Mark Wielaard <mwielaard at redhat.com>
* Makefile.am (EXTRA_DIST): Removed tools and icedtea-plugin.patch.
* Makefile.in: Regenerated.
* .hgignore: Removed tools and tools-source-files.txt.
diffstat:
4 files changed, 10 insertions(+), 6 deletions(-)
.hgignore | 2 --
ChangeLog | 6 ++++++
Makefile.am | 4 ++--
Makefile.in | 4 ++--
diffs (60 lines):
diff -r 354d8ec8d036 -r b621e35b65fe .hgignore
--- a/.hgignore Wed Feb 27 19:10:08 2008 -0500
+++ b/.hgignore Thu Feb 28 10:54:51 2008 +0100
@@ -6,7 +6,6 @@ openjdk
openjdk
bootstrap
lib
-tools
stamps
Makefile
config.log
@@ -17,7 +16,6 @@ IcedTeaPlugin.so
IcedTeaPlugin.so
rt-source-files.txt
hotspot-tools-source-files.txt
-tools-source-files.txt
rt/com/sun/jdi/AbsentInformationException.java
rt/com/sun/jdi/Accessible.java
rt/com/sun/jdi/ArrayReference.java
diff -r 354d8ec8d036 -r b621e35b65fe ChangeLog
--- a/ChangeLog Wed Feb 27 19:10:08 2008 -0500
+++ b/ChangeLog Thu Feb 28 10:54:51 2008 +0100
@@ -1,3 +1,9 @@ 2008-02-27 Joshua Sumali <jsumali at redh
+2008-02-28 Mark Wielaard <mwielaard at redhat.com>
+
+ * Makefile.am (EXTRA_DIST): Removed tools and icedtea-plugin.patch.
+ * Makefile.in: Regenerated.
+ * .hgignore: Removed tools and tools-source-files.txt.
+
2008-02-27 Joshua Sumali <jsumali at redhat.com>
* rt/net/sourceforge/jnlp/runtime/InstallDialog.java: Fix bad resource
diff -r 354d8ec8d036 -r b621e35b65fe Makefile.am
--- a/Makefile.am Wed Feb 27 19:10:08 2008 -0500
+++ b/Makefile.am Thu Feb 28 10:54:51 2008 +0100
@@ -57,8 +57,8 @@ install:
EXTRA_DIST = rt generated $(ICEDTEA_PATCHES) $(ICEDTEA_ECJ_PATCH) \
gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports \
- tools patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch \
- patches/icedtea-plugin.patch patches/icedtea-liveconnect.patch \
+ patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch \
+ patches/icedtea-liveconnect.patch \
IcedTeaPlugin.cc patches/icedtea-freetype.patch
# OpenJDK build environment.
diff -r 354d8ec8d036 -r b621e35b65fe Makefile.in
--- a/Makefile.in Wed Feb 27 19:10:08 2008 -0500
+++ b/Makefile.in Thu Feb 28 10:54:51 2008 +0100
@@ -226,8 +226,8 @@ OPENJDK_VERSION = b24
@ENABLE_LIVECONNECT_FALSE@@ENABLE_PLUGIN_TRUE@@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 \
- tools patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch \
- patches/icedtea-plugin.patch patches/icedtea-liveconnect.patch \
+ patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch \
+ patches/icedtea-liveconnect.patch \
IcedTeaPlugin.cc patches/icedtea-freetype.patch
More information about the distro-pkg-dev
mailing list