changeset in /hg/icedtea6: 2008-10-11 Matthias Klose <doko at ubu...
doko at ubuntu.com
doko at ubuntu.com
Sat Oct 11 07:26:52 PDT 2008
changeset a0124c4addcd in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a0124c4addcd
description:
2008-10-11 Matthias Klose <doko at ubuntu.com>
* Makefile.am (clean-pulse-java): Don't rm -rf / if configuring
without pulseaudio.
diffstat:
2 files changed, 7 insertions(+)
ChangeLog | 5 +++++
Makefile.am | 2 ++
diffs (29 lines):
diff -r e7b6e8e732e4 -r a0124c4addcd ChangeLog
--- a/ChangeLog Fri Oct 10 17:12:18 2008 -0400
+++ b/ChangeLog Sat Oct 11 16:26:33 2008 +0200
@@ -1,3 +1,8 @@ 2008-10-10 Ioana Ivan <iivan at redhat.com>
+2008-10-11 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am (clean-pulse-java): Don't rm -rf / if configuring
+ without pulseaudio.
+
2008-10-10 Ioana Ivan <iivan at redhat.com>
* src/java/org/classpath/icedtea/pulseaudio/PulseAudioMixer.java
(getLine): LineUnavailablException is no longer thrown if the mixer is
diff -r e7b6e8e732e4 -r a0124c4addcd Makefile.am
--- a/Makefile.am Fri Oct 10 17:12:18 2008 -0400
+++ b/Makefile.am Sat Oct 11 16:26:33 2008 +0200
@@ -1493,11 +1493,13 @@ endif
clean-pulse-java:
+if ENABLE_PULSE_JAVA
rm -rf $(PULSE_JAVA_CLASS_DIR)/*
rm -f $(PULSE_JAVA_NATIVE_SRCDIR)/org_*.h
rm -f stamps/pulse-java*.stamp
rm -f pulse-java.jar
rm -f libpulse-java.so
+endif
# end of pulse-java
More information about the distro-pkg-dev
mailing list