changeset in /hg/icedtea: 2008-10-05 Matthias Klose <doko at ubun...

doko at ubuntu.com doko at ubuntu.com
Sat Oct 18 21:23:25 PDT 2008


changeset 192176f52fb4 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=192176f52fb4
description:
	2008-10-05  Matthias Klose  <doko at ubuntu.com>

	        * Makefile.am (distclean-local): Remove IcedTeaPlugin object file.

diffstat:

2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog   |    4 ++++
Makefile.am |    2 +-

diffs (23 lines):

diff -r e0a13e4cc434 -r 192176f52fb4 ChangeLog
--- a/ChangeLog	Fri Oct 03 07:58:17 2008 -0400
+++ b/ChangeLog	Mon Oct 06 10:37:31 2008 +0200
@@ -1,3 +1,7 @@ 2008-10-03  Gary Benson  <gbenson at redhat
+2008-10-05  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (distclean-local): Remove IcedTeaPlugin object file.
+
 2008-10-03  Gary Benson  <gbenson at redhat.com>
 
 	* ports/hotspot/build/linux/makefiles/shark.make:
diff -r e0a13e4cc434 -r 192176f52fb4 Makefile.am
--- a/Makefile.am	Fri Oct 03 07:58:17 2008 -0400
+++ b/Makefile.am	Mon Oct 06 10:37:31 2008 +0200
@@ -52,7 +52,7 @@ distclean-local: clean-copy clean-jtreg 
 	rm -rf hotspot-tools
 	rm -rf rt/netscape
 if ENABLE_LIVECONNECT
-	rm -f IcedTeaPlugin.so
+	rm -f IcedTeaPlugin.o IcedTeaPlugin.so
 else
 if ENABLE_PLUGIN
 	rm -f gcjwebplugin.so



More information about the distro-pkg-dev mailing list