Re: Linux 2.2.18 almost...

From: Andre Hedrick (andre@linux-ide.org)
Date: Sat Dec 09 2000 - 19:23:53 EST


On Sat, 9 Dec 2000, Michael Rothwell wrote:

> Alan Cox wrote:
> >
> > The patch I intend to be 2.2.18 is out as 2.2.18pre26 in the usual place.
> > I'll move it over tomorrow if nobody reports any horrors, missing files etc
>
>
> Fresh 2.2.17, "patch -p1 < /pre-patch-2.2.18-26"
>
> can't find file to patch at input line 38909
> Perhaps you used the wrong -p or --strip option?
> The text leading up to this was:
> --------------------------
> |diff -u --new-file --recursive --exclude-from /usr/src/exclude
> v2.2.17/arch/i386/vmlinux.lds linux/arch/i386/vmlinux.lds
> |--- v2.2.17/arch/i386/vmlinux.lds Wed May 3 21:22:13 2000
> |+++ linux/arch/i386/vmlinux.lds Sat Dec 9 21:23:21 2000

So do something silly like

cp linux/arch/i386/vmlinux.lds.S linux/arch/i386/vmlinux.lds

and you will see that the patch against the files are identical.

/linux/arch/i386/Makefile

arch/i386/vmlinux.lds: arch/i386/vmlinux.lds.S FORCE
        $(CPP) -C -P -I$(HPATH) -imacros $(HPATH)/asm-i386/page_offset.h -Ui386
arch/i386/vmlinux.lds.S >arch/i386/vmlinux.lds

All it is is a leftover file........

Cheers,

Andre Hedrick
CTO Timpanogas Research Group
EVP Linux Development, TRG
Linux ATA Development

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Dec 15 2000 - 21:00:18 EST