bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnumach installation


From: David Welch
Subject: gnumach installation
Date: Sun, 26 Nov 2000 05:02:35 +0000 (GMT)

Hi,

The version of gnumach in cvs needs the following patch to install
correctedly.

Index: ChangeLog
===================================================================
RCS file: /cvs/gnumach/ChangeLog,v
retrieving revision 1.80
diff -u -r1.80 ChangeLog
--- ChangeLog   2000/11/26 03:21:57     1.80
+++ ChangeLog   2000/11/26 04:58:23
@@ -1,3 +1,8 @@
+2000-11-26  David Welch  <david.welch@seh.ox.ac.uk>
+
+       * i386/Makefrag (i386-installed-headers): Removed dead files 
+       from the list of headers to be installed
+
 2000-11-26  Marcus Brinkmann  <marcus@gnu.org>
 
        * linux/src/drivers/net/tulip.c: Updated to version
Index: i386/Makefrag
===================================================================
RCS file: /cvs/gnumach/i386/Makefrag,v
retrieving revision 1.12
diff -u -r1.12 Makefrag
--- i386/Makefrag       1999/07/20 18:34:06     1.12
+++ i386/Makefrag       2000/11/26 04:58:23
@@ -124,13 +124,13 @@
 # We have our own version of this file
 installed-headers := $(filter-out mach/proc_ops.h,$(installed-headers))
 
-i386-installed-headers= mach/proc_ops.h \
-               $(addprefix mach/i386/,asm.h bios.h boolean.h code16.h \
-               debug_reg.h disk.h dpmi.h eflags.h exception.h far_ptr.h \
+i386-installed-headers= \
+               $(addprefix mach/i386/,asm.h boolean.h \
+               disk.h eflags.h exception.h \
                fp_reg.h ioccom.h kern_return.h mach_i386.defs \
-               mach_i386_types.h machine_types.defs multiboot.h paging.h \
-               pio.h pmode.h proc_reg.h rpc.h seg.h syscall_sw.h \
-               thread_status.h time_stamp.h trap.h tss.h vcpi.h vm_param.h \
+               mach_i386_types.h machine_types.defs multiboot.h \
+               rpc.h syscall_sw.h \
+               thread_status.h trap.h vm_param.h \
                vm_types.h)
 
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]