diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-03-19 19:31:16 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:36 +0200 |
commit | b80e893edaa066af2a0c5c725c0c394e7c7c20e0 (patch) | |
tree | 7cb2014a52bdace2aa84e6d5a6ee87513b025eea /Makefile.in | |
parent | ac066e39f2dab1c3d01fadce2de0e3dbd19dcb73 (diff) | |
download | gnumach-b80e893edaa066af2a0c5c725c0c394e7c7c20e0.tar.gz gnumach-b80e893edaa066af2a0c5c725c0c394e7c7c20e0.tar.bz2 gnumach-b80e893edaa066af2a0c5c725c0c394e7c7c20e0.zip |
2006-03-19 Thomas Schwinge <tschwinge@gnu.org>
* DEVELOPMENT: Document the FIPC removal.
2006-03-19 Leonardo Lopes Pereira <leonardolopespereira@gmail.com>
Remove unused and unsuported code. Consult the file `DEVELOPMENT'
for details.
* ipc/fipc.c: Remove file.
* ipc/fipc.h: Likewise.
* Makefile.in (ipc-cfiles): Remove `fipc.c'.
(ipc-files): Remove `fipc.h'.
* device/device_init.c [FIPC]: Remove code.
* device/net_io.c [FIPC]: Likewise.
* include/mach/syscall_sw.h [FIPC]: Likewise.
* kern/syscall_sw.c [FIPC]: Likewise.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 2ec99682..fbe16797 100644 --- a/Makefile.in +++ b/Makefile.in @@ -106,11 +106,11 @@ device-files = blkio.c chario.c cirbuf.c cons.c dev_lookup.c dev_name.c \ # IPC implementation ipc-cfiles = $(addprefix ipc_,$(ipc-names)) \ - mach_msg.c mach_port.c mach_rpc.c mach_debug.c fipc.c + mach_msg.c mach_port.c mach_rpc.c mach_debug.c ipc-names = entry.c hash.c init.c kmsg.c marequest.c mqueue.c \ notify.c object.c port.c pset.c right.c space.c splay.c \ table.c target.c thread.c -ipc-files = $(ipc-cfiles) mach_port.srv fipc.h port.h mach_msg.h \ +ipc-files = $(ipc-cfiles) mach_port.srv port.h mach_msg.h \ $(patsubst %,ipc_%.h, \ entry hash init kmsg kmsg_queue machdep marequest mqueue notify \ object port pset right space splay table target thread types) |