Re: Kernel compilation oddities

2006-03-05 Thread Aviram Jenik
On Sunday 05 March 2006 00:12, Muli Ben-Yehuda wrote: > > every > > time I compile the kernel it takes amazingly long, and goes through a > > full compilation. Even running 'make' twice in a row makes it compile > > everything again. > > make version? assuming it's 3.81rc1, it's a known make bug

Re: Kernel compilation oddities

2006-03-04 Thread Muli Ben-Yehuda
On Sun, Mar 05, 2006 at 03:17:26AM +0200, Michael Vasiliev wrote: > Now that's evil to break it like that. Am I right to summarize it to specific > incompatibility of version 3.81rc1 and kbuild script and that it is the > script that is about to be changed, not the make? Let's put it this way:

Re: Kernel compilation oddities

2006-03-04 Thread Michael Vasiliev
On Sunday March 5 2006 00:12, Muli Ben-Yehuda wrote: > On Sat, Mar 04, 2006 at 09:02:30AM +0200, Aviram Jenik wrote: > > Now, I'm on another laptop, and trying to do the same. However, every > > time I compile the kernel it takes amazingly long, and goes through a > > full compilation. Even running

Re: Kernel compilation oddities

2006-03-04 Thread Muli Ben-Yehuda
On Sat, Mar 04, 2006 at 09:02:30AM +0200, Aviram Jenik wrote: > Now, I'm on another laptop, and trying to do the same. However, every time I > compile the kernel it takes amazingly long, and goes through a full > compilation. Even running 'make' twice in a row makes it compile everything > agai

Kernel compilation oddities

2006-03-03 Thread Aviram Jenik
Hi, On my previous laptop, I would compile the kernel once, and then if I need to compile the same kernel again (lets say I only changed something from being compiled-in to being a module) I would run "make", and watch it skip the already-compiled parts quite quickly. That way, recompiling an