changeset in /hg/icedtea: 2008-10-25 Matthias Klose <doko at ubun...
doko at ubuntu.com
doko at ubuntu.com
Wed Oct 29 11:29:42 PDT 2008
changeset 7b4e0145155d in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=7b4e0145155d
description:
2008-10-25 Matthias Klose <doko at ubuntu.com>
* Makefile.am (clean-pulse-java): Remove object files.
diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog | 4 ++++
Makefile.am | 2 +-
diffs (23 lines):
diff -r 4b16b588ba42 -r 7b4e0145155d ChangeLog
--- a/ChangeLog Sat Oct 25 23:01:28 2008 +0200
+++ b/ChangeLog Sat Oct 25 23:23:16 2008 +0200
@@ -1,3 +1,7 @@ 2008-10-25 Matthias Klose <doko at ubuntu
+2008-10-25 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am (clean-pulse-java): Remove object files.
+
2008-10-25 Matthias Klose <doko at ubuntu.com>
* Makefile.am (gcjwebplugin.so, IcedTeaPlugin.o): Pass PLUGIN_VERSION.
diff -r 4b16b588ba42 -r 7b4e0145155d Makefile.am
--- a/Makefile.am Sat Oct 25 23:01:28 2008 +0200
+++ b/Makefile.am Sat Oct 25 23:23:16 2008 +0200
@@ -1541,7 +1541,7 @@ clean-pulse-java:
clean-pulse-java:
if ENABLE_PULSE_JAVA
[ -z "$(PULSE_JAVA_CLASS_DIR)" ] || find $(PULSE_JAVA_CLASS_DIR) -name '*.class' | xargs -r rm -f
- [ -z "$(PULSE_JAVA_NATIVE_SRCDIR)" ] || rm -f $(PULSE_JAVA_NATIVE_SRCDIR)/org_*.h
+ [ -z "$(PULSE_JAVA_NATIVE_SRCDIR)" ] || rm -f $(PULSE_JAVA_NATIVE_SRCDIR)/org_*.h $(PULSE_JAVA_NATIVE_SRCDIR)/*.o
rm -f stamps/pulse-java*.stamp
rm -f pulse-java.jar
rm -f libpulse-java.so
More information about the distro-pkg-dev
mailing list