changeset in /hg/icedtea: 2008-10-14 Omair Majid <omajid at redhat....
Omair Majid
omajid at redhat.com
Sat Oct 18 21:23:30 PDT 2008
changeset 3bd6f023d027 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=3bd6f023d027
description:
2008-10-14 Omair Majid <omajid at redhat.com>
* Makefile.am (clean-pulse-java): Dont attempt to remove jni-common.o
current directory.
diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
Makefile.am | 1 -
diffs (23 lines):
diff -r 1a6322fdedc7 -r 3bd6f023d027 ChangeLog
--- a/ChangeLog Tue Oct 14 15:10:15 2008 -0400
+++ b/ChangeLog Tue Oct 14 15:14:09 2008 -0400
@@ -1,3 +1,8 @@ 2008-10-14 Omair Majid <omajid at redhat.co
+2008-10-14 Omair Majid <omajid at redhat.com>
+
+ * Makefile.am (clean-pulse-java): Dont attempt to remove jni-common.o from
+ current directory.
+
2008-10-14 Omair Majid <omajid at redhat.com>
* .hgignore: Added pulse-java.jar to ignore list.
diff -r 1a6322fdedc7 -r 3bd6f023d027 Makefile.am
--- a/Makefile.am Tue Oct 14 15:10:15 2008 -0400
+++ b/Makefile.am Tue Oct 14 15:14:09 2008 -0400
@@ -1500,7 +1500,6 @@ 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