changeset in /hg/icedtea6: 2008-10-11 Matthias Klose <doko at ubu...

doko at ubuntu.com doko at ubuntu.com
Sat Oct 11 08:28:30 PDT 2008


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

	        * Makefile.am (clean-pulse-java): Remove jni-common.o.

diffstat:

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

diffs (23 lines):

diff -r a0124c4addcd -r 72f37a7f8077 ChangeLog
--- a/ChangeLog	Sat Oct 11 16:26:33 2008 +0200
+++ b/ChangeLog	Sat Oct 11 17:28:17 2008 +0200
@@ -1,7 +1,7 @@ 2008-10-11  Matthias Klose  <doko at ubuntu
 2008-10-11  Matthias Klose  <doko at ubuntu.com>
 
 	* Makefile.am (clean-pulse-java): Don't rm -rf / if configuring
-	without pulseaudio.
+	without pulseaudio, remove jni-common.o.
 
 2008-10-10 Ioana Ivan <iivan at redhat.com>
 	* src/java/org/classpath/icedtea/pulseaudio/PulseAudioMixer.java
diff -r a0124c4addcd -r 72f37a7f8077 Makefile.am
--- a/Makefile.am	Sat Oct 11 16:26:33 2008 +0200
+++ b/Makefile.am	Sat Oct 11 17:28:17 2008 +0200
@@ -1499,6 +1499,7 @@ if ENABLE_PULSE_JAVA
 	rm -f stamps/pulse-java*.stamp
 	rm -f pulse-java.jar
 	rm -f libpulse-java.so
+	rm -f jni-common.o
 endif
 
 # end of pulse-java



More information about the distro-pkg-dev mailing list