Re: 2.4.xx won't recompile.

From: Tony Hoyle (tmh@nothing-on.tv)
Date: Sat Aug 18 2001 - 13:18:10 EST


Magnus Naeslund(f) wrote:

> Isn't it more safe to do it like this:
>
> make mrproper
> cp ../linux-2.4.8/.config .
> make oldconfig
> make xconfig
> make bzImage && make modules && make modules_install && make install
>
> ?
> I thought this was the proper way to do it, no?
>
You don't need to make bzimage first, and you missed the dep/clean steps
(theoretically not needed any more but I've had some really strange
compiler errors by missing them out).

cp ../linux-2.4.8/.config .
make oldconfig
make xconfig
make dep clean install modules modules_install

Tony

-
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/



This archive was generated by hypermail 2b29 : Thu Aug 23 2001 - 21:00:28 EST