|
From: | Paolo Dongilli |
Subject: | Re: gnumach 1.3 + gcc 3.3 |
Date: | Wed, 25 Feb 2004 17:41:31 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040122 Debian/1.6-1 |
Alfred M. Szmidt wrote:
> You shouldn't need to apply it to build GNU Mach, unless you need > to poke around in any files that are used to generate > configure/Makefile.in/etc. But during the make process, autoconf is called. Why? No idea, sounds like they are out-of-sync in some way, could you look into this? I don't have access to the source code for GNU Mach right now.
I thought that the CVS at savannah.gnu.org was the main repository ... This is the CVS command I issued: cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/hurd co -r \ gnumach-1-branch gnumach These are the first lines of the ChangeLog file: ------------------------------------------------------------ 2004-02-02 Marco Gerards <metgerards@student.han.nl> * i386/i386at/kd.c (kdinit): Initialize the input buffer. * i386/i386at/kd.h (KDSETLEDS): New macro. * i386/i386at/kd_event.c (kbdsetstat): Handle KDSETLEDS here to set the keyboard LEDs state. 2004-01-19 Marco Gerards <metgerards@student.han.nl> * linux/dev/glue/block.c (init_partition): Don't check for BSD partitions if the DOS partition is too small. 2004-01-16 Marco Gerards <metgerards@student.han.nl> * linux/dev/glue/block.c (device_get_status): Correctly calculate the number of blocks. 2004-01-15 Alfred M. Szmidt <ams@kemisten.nu> * linux/dev/include/asm-i386/string.h (memscan): Don't use multi-line string literals for asm(). * linux/dev/include/asm-i386/segment.h (__generic_memcpy_tofs) (__generic_memcpy_fromfs): Likewise. * linux/src/include/asm-i386/floppy.h (floppy_hardint): Likewise. * i386/i386/proc_reg.h (flush_instr_queue): Likewise. * i386/i386/gdt.c (gdt_init): Likewise. * linux/src/drivers/scsi/aic7xxx.c: Updated from Linux 2.0.39 * linux/src/drivers/scsi/aic7xxx.h: Likewise. * linux/src/drivers/scsi/aic7xxx_proc.c: Likewise. * linux/src/drivers/scsi/scsicam.c: Likewise. * linux/src/include/linux/pci.h: Likewise. * linux/src/drivers/scsi/53c7,8xx.h (patch_dsa_32): Don't use token paste operator (##). * Makefile.in (kernel-undef): Match new output format from nm (binutils) 2.14.x. 2002-05-27 Roland McGrath <roland@frob.com> * Version 1.3 released. ---------------------------------------------------------------------- Is there maybe another repository which is more up-to-date? Thanks, Paolo.
[Prev in Thread] | Current Thread | [Next in Thread] |