If there's an error in part of a make, then make exits with the
compilation.
On Mon, 21 Aug 2000, Stephen Liu wrote:
> Hi,
>
> Thanks for your advice.
>
> > After any changes you make to the kernel config.. if you want to compile a
> > new kernel reflecting your changes:
> >
> > make dep modul
Hi,
Thanks for your advice.
> After any changes you make to the kernel config.. if you want to compile a
> new kernel reflecting your changes:
>
> make dep modules modules_install bzImage
>
> You don't need to do one target at a time, you know
To do one target at a time the only advantage is if
NOTE: You do NOT need to seperate the Makefile targets. You can put them
all together in one make call.
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
Hi Mikkel,
Thanks again for your advice.
> If you are just doing something like compiling another module, you can
> usualy get away with skipping make bzImage. If you are making any change
> to the main kernel, you have to run make bzImage - this is what builds the
> kernel itself. The make de
After any changes you make to the kernel config.. if you want to compile a
new kernel reflecting your changes:
make dep modules modules_install bzImage
You don't need to do one target at a time, you know :)
On Mon, 21 Aug 2000, Stephen Liu wrote:
> Hi All People,
>
> (RH 6.2)
>
> In re-compi
On Mon, 21 Aug 2000, Stephen Liu wrote:
> Hi All People,
>
> (RH 6.2)
>
> In re-compiling kernel to make a minor change. Whether it can jump after
> 'make menuconfig' to 'make modules', 'make modules_install', run 'lilo' etc.
>
> Skip 'make dep', 'make clean', 'make bzImage'
>
> Kindly advis
Hi All People,
(RH 6.2)
In re-compiling kernel to make a minor change. Whether it can jump after
'make menuconfig' to 'make modules', 'make modules_install', run 'lilo' etc.
Skip 'make dep', 'make clean', 'make bzImage'
Kindly advise. Thanks in advance.
Stephen
__