lkml.org 
[lkml]   [2001]   [Aug]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
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/

\
 
 \ /
  Last update: 2005-03-22 12:57    [W:1.066 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site