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