mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: Linux Scheduler and Compilation
  2001-10-25 15:20 ` Omer Sever
@ 2001-10-25 20:37 José Luis Domingo López
  2001-10-25 15:20 ` Omer Sever
  1 sibling, 1 reply; 6+ messages in thread
From: José Luis Domingo López @ 2001-10-25 20:37 UTC (permalink / raw)
  To: linux-kernel

On Thursday, 25 October 2001, at 18:20:25 +0300,
Omer Sever wrote:

>      I have a project on Linux CPU Scheduler to make it Fair Share
> Scheduler.I will make some changes on some files such as sched.c vs...I will
> want to see the effect ot the change but recompilation of the kernel takes
> about half an hour on my machine.How can I minimize this time?Which part
> should I necessarily include in my config file for the kernel to minimize
> it?
> 
make is your friend: it will only recompile those files that changed from
the last compilation. If you modify some #includes in the code, I believe
you will have to also run "make dep" before, to get dependencies right.

Another approach would be to compile the kernel on another different
machine, should you have one more powerful that the one you expect to try
the kernel on.

-- 
José Luis Domingo López
Linux Registered User #189436     Debian Linux Woody (P166 64 MB RAM)
 
jdomingo EN internautas PUNTO org  => ¿ Spam ? Atente a las consecuencias
jdomingo AT internautas DOT   org  => Spam at your own risk


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-10-25 23:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-25 20:37 Linux Scheduler and Compilation José Luis Domingo López
2001-10-25 15:20 ` Omer Sever
2001-10-25 19:06   ` Shaya Potter
2001-10-25 19:16     ` Richard B. Johnson
2001-10-25 23:07     ` george anzinger
2001-10-25 21:48   ` J . A . Magallon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®