[kaffe] CVS kaffe (robilad): Small redundancy fix
Kaffe CVS
cvs-commits at kaffe.org
Tue Dec 20 11:08:56 PST 2005
PatchSet 7024
Date: 2005/12/20 19:02:26
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Small redundancy fix
2005-12-20 Dalibor Topic <robilad at kaffe.org>
* include/Makefile.am: Don't generate include files for nio
implementation files from GNU Classpath.
Members:
ChangeLog:1.4544->1.4545
include/Makefile.am:1.116->1.117
include/Makefile.in:1.254->1.255
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4544 kaffe/ChangeLog:1.4545
--- kaffe/ChangeLog:1.4544 Tue Dec 20 16:28:26 2005
+++ kaffe/ChangeLog Tue Dec 20 19:02:26 2005
@@ -1,5 +1,10 @@
2005-12-20 Dalibor Topic <robilad at kaffe.org>
+ * include/Makefile.am: Don't generate include files for nio
+ implementation files from GNU Classpath.
+
+2005-12-20 Dalibor Topic <robilad at kaffe.org>
+
* configure.ac: Added GNU Classpath's includes to CPPFLAGS.
* include/Makefile.am: Don't generate include file for VMPipe.
Index: kaffe/include/Makefile.am
diff -u kaffe/include/Makefile.am:1.116 kaffe/include/Makefile.am:1.117
--- kaffe/include/Makefile.am:1.116 Tue Dec 20 16:28:38 2005
+++ kaffe/include/Makefile.am Tue Dec 20 19:02:30 2005
@@ -88,7 +88,6 @@
java_util_zip_ZipEntry.h \
java_util_zip_ZipFile.h \
org_kaffe_management_Classpath.h \
- gnu_java_nio_VMSelector.h \
gnu_classpath_VMStackWalker.h
DERIVED_HDRS = $(INSTALL_DERIVED_HDRS) $(NOINSTALL_DERIVED_HDRS)
@@ -143,9 +142,6 @@
java_lang_VMFloat.h \
java_lang_ref_Reference.h \
gnu_classpath_VMSystemProperties.h \
- gnu_java_nio_charset_iconv_IconvDecoder.h \
- gnu_java_nio_charset_iconv_IconvEncoder.h \
- gnu_java_nio_channels_FileChannelImpl.h \
gnu_java_nio_SelectorImpl.h \
java_lang_VMSystem.h \
java_io_VMObjectInputStream.h \
Index: kaffe/include/Makefile.in
diff -u kaffe/include/Makefile.in:1.254 kaffe/include/Makefile.in:1.255
--- kaffe/include/Makefile.in:1.254 Tue Dec 20 16:28:38 2005
+++ kaffe/include/Makefile.in Tue Dec 20 19:02:30 2005
@@ -428,7 +428,6 @@
java_util_zip_ZipEntry.h \
java_util_zip_ZipFile.h \
org_kaffe_management_Classpath.h \
- gnu_java_nio_VMSelector.h \
gnu_classpath_VMStackWalker.h
DERIVED_HDRS = $(INSTALL_DERIVED_HDRS) $(NOINSTALL_DERIVED_HDRS)
@@ -472,9 +471,6 @@
java_lang_VMFloat.h \
java_lang_ref_Reference.h \
gnu_classpath_VMSystemProperties.h \
- gnu_java_nio_charset_iconv_IconvDecoder.h \
- gnu_java_nio_charset_iconv_IconvEncoder.h \
- gnu_java_nio_channels_FileChannelImpl.h \
gnu_java_nio_SelectorImpl.h \
java_lang_VMSystem.h \
java_io_VMObjectInputStream.h \
More information about the kaffe
mailing list