changeset in /hg/icedtea6: 2008-09-30 Lillian Angel <langel at re...
Lillian Angel
langel at redhat.com
Tue Sep 30 06:53:23 PDT 2008
changeset 4089c5ff39f2 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=4089c5ff39f2
description:
2008-09-30 Lillian Angel <langel at redhat.com>
* Makefile.am: Updated cleanup.
diffstat:
2 files changed, 10 insertions(+), 2 deletions(-)
ChangeLog | 4 ++++
Makefile.am | 8 ++++++--
diffs (36 lines):
diff -r 28523a4d7bd6 -r 4089c5ff39f2 ChangeLog
--- a/ChangeLog Tue Sep 30 08:42:10 2008 -0400
+++ b/ChangeLog Tue Sep 30 09:53:18 2008 -0400
@@ -1,3 +1,7 @@ 2008-09-30 Gary Benson <gbenson at redhat
+2008-09-30 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am: Updated cleanup.
+
2008-09-30 Gary Benson <gbenson at redhat.com>
* patches/icedtea-shark.patch: Updated to latest Shark.
diff -r 28523a4d7bd6 -r 4089c5ff39f2 Makefile.am
--- a/Makefile.am Tue Sep 30 08:42:10 2008 -0400
+++ b/Makefile.am Tue Sep 30 09:53:18 2008 -0400
@@ -48,15 +48,19 @@ distclean-local: clean-copy clean-jtreg
rm -rf hotspot-tools
if ENABLE_LIVECONNECT
rm -f IcedTeaPlugin.so
+ rm -rf IcedTeaPlugin.jar
else
if ENABLE_PLUGIN
rm -f gcjwebplugin.so
endif
endif
- rm -rf cacao
+if WITH_VISUALVM
rm -rf visualvm
rm -rf netbeans
- rm -f gcjwebplugin.so
+endif
+if WITH_CACAO
+ rm -rf cacao
+endif
install:
More information about the distro-pkg-dev
mailing list