* about upgrading the kernel.
@ 2003-04-27 17:20 Halil Demirezen
2003-04-27 17:35 ` Ray Olszewski
2003-04-28 16:30 ` Elias Athanasopoulos
0 siblings, 2 replies; 4+ messages in thread
From: Halil Demirezen @ 2003-04-27 17:20 UTC (permalink / raw)
To: linux-newbie
Hi folks,
I want to know, as the new patches and upgrades are published for the kernel, do i have to re-compile the
whole kernel after i pached it? or is there any easy way of doing it so?
sincerely.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" 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.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: about upgrading the kernel.
2003-04-27 17:20 about upgrading the kernel Halil Demirezen
@ 2003-04-27 17:35 ` Ray Olszewski
2003-04-27 17:52 ` Halil Demirezen
2003-04-28 16:30 ` Elias Athanasopoulos
1 sibling, 1 reply; 4+ messages in thread
From: Ray Olszewski @ 2003-04-27 17:35 UTC (permalink / raw)
To: linux-newbie
At 08:20 PM 4/27/2003 +0300, Halil Demirezen wrote:
>Hi folks,
>
>I want to know, as the new patches and upgrades are published for the
>kernel, do i have to re-compile the
>whole kernel after i pached it? or is there any easy way of doing it so?
It depends on the patch and what compile options you have set. If ONLY
module code is patched, you MIGHT get away with just recompiling the
modules. But knowing that much about the patches themselves is not trivial,
so the usual procedure is to do a complete kernel recompile.
As to "any easy way" ... what do you find difficult about doing a kernel
compile? On my machines, it takes a lot of machine time, but only small bit
of my time (after I do the first one, that is, which involves going through
the config file, in my case with "make menuconfig", to select the options I
want).
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" 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.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: about upgrading the kernel.
2003-04-27 17:35 ` Ray Olszewski
@ 2003-04-27 17:52 ` Halil Demirezen
0 siblings, 0 replies; 4+ messages in thread
From: Halil Demirezen @ 2003-04-27 17:52 UTC (permalink / raw)
To: Ray Olszewski; +Cc: linux-newbie
> As to "any easy way" ... what do you find difficult about doing a kernel
> compile? On my machines, it takes a lot of machine time, but only small bit
Compiling kernel a few times a day to see the effects of the new upgraded kernel is ok for me.
However, doing it 20 times a day is little difficult, isnt it?
never mind. I got the procedure each developer does in doing so.
Thank you.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" 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.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: about upgrading the kernel.
2003-04-27 17:20 about upgrading the kernel Halil Demirezen
2003-04-27 17:35 ` Ray Olszewski
@ 2003-04-28 16:30 ` Elias Athanasopoulos
1 sibling, 0 replies; 4+ messages in thread
From: Elias Athanasopoulos @ 2003-04-28 16:30 UTC (permalink / raw)
To: Halil Demirezen; +Cc: linux-newbie
On Sun, Apr 27, 2003 at 08:20:40PM +0300, Halil Demirezen wrote:
> I want to know, as the new patches and upgrades are published for the kernel, do i have to re-compile the
> whole kernel after i pached it? or is there any easy way of doing it so?
Make (if the Makefile is correctly written) is quite clever to resolve any
depedencies and compile only the changed sources; as well as sources depend
on the changes.
This is done automagically. You just patch the sources and perform a 'make'.
OTOH, if you encounter strange bahaviour in the fresh kerenl, a 'make clean;
make' won't hurt to try.
Elias
--
University of Athens I bet the human brain
Physics Department is a kludge --Marvin Minsky
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" 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.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-04-28 16:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-27 17:20 about upgrading the kernel Halil Demirezen
2003-04-27 17:35 ` Ray Olszewski
2003-04-27 17:52 ` Halil Demirezen
2003-04-28 16:30 ` Elias Athanasopoulos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox