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

doko at ubuntu.com doko at ubuntu.com
Fri Oct 24 04:33:42 PDT 2008


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

	        * Makefile.am (clean-pulseaudio): Don't remove source files. Might
	        not be correct, but doesn't do harm in any build environment.

diffstat:

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

diffs (26 lines):

diff -r 1e020b5801bb -r a8f8cb9d58df ChangeLog
--- a/ChangeLog	Thu Oct 23 18:07:45 2008 -0400
+++ b/ChangeLog	Fri Oct 24 13:33:32 2008 +0200
@@ -1,3 +1,8 @@ 2008-10-23  Deepak Bhole  <dbhole at redhat
+2008-10-24  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (clean-pulseaudio): Don't remove source files. Might
+	not be correct, but doesn't do harm in any build environment.
+
 2008-10-23  Deepak Bhole  <dbhole at redhat.com>
 
 	* IcedTeaPlugin.cc: Implement proper timeout action.
diff -r 1e020b5801bb -r a8f8cb9d58df Makefile.am
--- a/Makefile.am	Thu Oct 23 18:07:45 2008 -0400
+++ b/Makefile.am	Fri Oct 24 13:33:32 2008 +0200
@@ -1528,8 +1528,8 @@ endif
 
 clean-pulse-java:
 if ENABLE_PULSE_JAVA
-	rm -rf $(PULSE_JAVA_CLASS_DIR)/*
-	rm -f $(PULSE_JAVA_NATIVE_SRCDIR)/org_*.h
+	[ -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
 	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