Re: linux kernel conf 0.9

Roman Zippel (zippel@linux-m68k.org)
Tue, 15 Oct 2002 16:01:52 +0200 (CEST)


Hi,

On Tue, 15 Oct 2002, Adrian Bunk wrote:

> $ cd /tmp/
> $ tar xzf lkc-0.9.tar.gz
> $ cd lkc-0.9
> $ make
> ...
> $ cd ~/linux/kernel-2.5
> $ tar xzf linux-2.5.42.tar.gz
> $ cd linux-2.5.42
> $ bzcat /tmp/lkc-0.9-2.5.42.diff.bz2 |patch -p1
> ...
> $ /tmp/lkc-0.9/lkcc i386

Umm, now I see the problem, the patch already contains everything, so you
don't need to convert anything after applying it. If you want to convert
your kernel tree, it's best to use 'make install KERNELSRC=...' target in
lkc.

bye, Roman

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