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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/