[kaffe] CVS kaffe (robilad): small reduncancy fixlet
Kaffe CVS
cvs-commits at kaffe.org
Tue Dec 20 12:43:53 PST 2005
PatchSet 7025
Date: 2005/12/20 20:34:35
Author: robilad
Branch: HEAD
Tag: (none)
Log:
small reduncancy fixlet
2005-12-20 Dalibor Topic <robilad at kaffe.org>
* include/Makefile.am: Don't generate include files for
serialization implementation files from GNU Classpath.
Members:
ChangeLog:1.4545->1.4546
include/Makefile.am:1.117->1.118
include/Makefile.in:1.255->1.256
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4545 kaffe/ChangeLog:1.4546
--- kaffe/ChangeLog:1.4545 Tue Dec 20 19:02:26 2005
+++ kaffe/ChangeLog Tue Dec 20 20:34:35 2005
@@ -1,5 +1,10 @@
2005-12-20 Dalibor Topic <robilad at kaffe.org>
+ * include/Makefile.am: Don't generate include files for
+ serialization implementation files from GNU Classpath.
+
+2005-12-20 Dalibor Topic <robilad at kaffe.org>
+
* include/Makefile.am: Don't generate include files for nio
implementation files from GNU Classpath.
Index: kaffe/include/Makefile.am
diff -u kaffe/include/Makefile.am:1.117 kaffe/include/Makefile.am:1.118
--- kaffe/include/Makefile.am:1.117 Tue Dec 20 19:02:30 2005
+++ kaffe/include/Makefile.am Tue Dec 20 20:34:39 2005
@@ -144,8 +144,6 @@
gnu_classpath_VMSystemProperties.h \
gnu_java_nio_SelectorImpl.h \
java_lang_VMSystem.h \
- java_io_VMObjectInputStream.h \
- java_io_VMObjectStreamClass.h \
java_nio_VMDirectByteBuffer.h \
java_nio_MappedByteBufferImpl.h \
org_kaffe_lang_UNIXProcess.h \
Index: kaffe/include/Makefile.in
diff -u kaffe/include/Makefile.in:1.255 kaffe/include/Makefile.in:1.256
--- kaffe/include/Makefile.in:1.255 Tue Dec 20 19:02:30 2005
+++ kaffe/include/Makefile.in Tue Dec 20 20:34:39 2005
@@ -473,8 +473,6 @@
gnu_classpath_VMSystemProperties.h \
gnu_java_nio_SelectorImpl.h \
java_lang_VMSystem.h \
- java_io_VMObjectInputStream.h \
- java_io_VMObjectStreamClass.h \
java_nio_VMDirectByteBuffer.h \
java_nio_MappedByteBufferImpl.h \
org_kaffe_lang_UNIXProcess.h \
More information about the kaffe
mailing list