Re: Compiling only "network" part of the kernel

2011-12-28 Thread Aleksandr Rybalko
On Tue, 27 Dec 2011 11:53:23 +0530 Rajneesh Kumar wrote: >> Hi list, >> >> During my development, I want to check if my modules compile >> successfully or not. I am only changing the ARP portion and whenever >> I compile my kernel, it takes around 20mins and compiles all >> different modules als

Re: Compiling only "network" part of the kernel

2011-12-27 Thread Warren Block
On Tue, 27 Dec 2011, Damien Fleuriot wrote: On 27 Dec 2011, at 20:30, Eitan Adler wrote: On Tue, Dec 27, 2011 at 2:19 PM, Warren Block wrote: make -j4 buildworld: Try adding -DNO_CLEAN here, I don't know, I'm ever afraid of running into whatever issues when not performing a clean full

Re: Compiling only "network" part of the kernel

2011-12-27 Thread Damien Fleuriot
On 27 Dec 2011, at 20:30, Eitan Adler wrote: > On Tue, Dec 27, 2011 at 2:19 PM, Warren Block wrote: >> make -j4 buildworld: > Try adding -DNO_CLEAN here, > I don't know, I'm ever afraid of running into whatever issues when not performing a clean full rebuild... >> Normal 19:41 >> ccache

Re: Compiling only "network" part of the kernel

2011-12-27 Thread Damien Fleuriot
On 27 Dec 2011, at 21:22, Warren Block wrote: > On Tue, 27 Dec 2011, Damien Fleuriot wrote: > >>> Those are best-case times. A typical ccache buildworld after csup to >>> -stable is about 9 minutes on this system. >> >> That sounds good enough. >> >> Are there any performance hits during pro

Re: Compiling only "network" part of the kernel

2011-12-27 Thread Warren Block
On Tue, 27 Dec 2011, Damien Fleuriot wrote: Those are best-case times. A typical ccache buildworld after csup to -stable is about 9 minutes on this system. That sounds good enough. Are there any performance hits during production, as in, when not busy rebuilding the world or whatever, just n

Re: Compiling only "network" part of the kernel

2011-12-27 Thread Eitan Adler
On Tue, Dec 27, 2011 at 2:19 PM, Warren Block wrote: > make -j4 buildworld: Try adding -DNO_CLEAN here, > Normal  19:41 > ccache   6:02 > > make -j4 buildkernel (custom kernel): Try adding -DKERNFAST here for incremental builds. > Normal  8:43 > ccache  2:47 -- Eitan Adler _

Re: Compiling only "network" part of the kernel

2011-12-27 Thread Damien Fleuriot
On 12/27/11 8:19 PM, Warren Block wrote: > On Tue, 27 Dec 2011, Damien Fleuriot wrote: >> On 12/27/11 3:51 PM, Warren Block wrote: >>> On Tue, 27 Dec 2011, Rajneesh Kumar wrote: >>> During my development, I want to check if my modules compile successfully or not. I am only changing

Re: Compiling only "network" part of the kernel

2011-12-27 Thread Warren Block
On Tue, 27 Dec 2011, Damien Fleuriot wrote: On 12/27/11 3:51 PM, Warren Block wrote: On Tue, 27 Dec 2011, Rajneesh Kumar wrote: During my development, I want to check if my modules compile successfully or not. I am only changing the ARP portion and whenever I compile my kernel, it takes around

Re: Compiling only "network" part of the kernel

2011-12-27 Thread Damien Fleuriot
On 12/27/11 3:51 PM, Warren Block wrote: > On Tue, 27 Dec 2011, Rajneesh Kumar wrote: > >> During my development, I want to check if my modules compile successfully >> or not. I am only changing the ARP portion and whenever I compile my >> kernel, it takes around 20mins and compiles all differen

Re: Compiling only "network" part of the kernel

2011-12-27 Thread Warren Block
On Tue, 27 Dec 2011, Rajneesh Kumar wrote: During my development, I want to check if my modules compile successfully or not. I am only changing the ARP portion and whenever I compile my kernel, it takes around 20mins and compiles all different modules also. I just want to compile and check wheth

Re: Compiling only "network" part of the kernel

2011-12-27 Thread Damien Fleuriot
On 12/27/11 7:23 AM, Rajneesh Kumar wrote: > Hi list, > > During my development, I want to check if my modules compile successfully > or not. I am only changing the ARP portion and whenever I compile my > kernel, it takes around 20mins and compiles all different modules also. > I just want to co

Re: Compiling only "network" part of the kernel

2011-12-26 Thread Yuri Pankov
On Mon, Dec 26, 2011 at 10:35:33PM -0800, Adrian Chadd wrote: > On 26 December 2011 22:23, Rajneesh Kumar wrote: > > Hi list, > > > > During my development, I want to check if my modules compile successfully > > or not. I am only changing the ARP portion and whenever I compile my > > kernel, it ta

Re: Compiling only "network" part of the kernel

2011-12-26 Thread Juli Mallett
On Mon, Dec 26, 2011 at 22:23, Rajneesh Kumar wrote: > During my development, I want to check if my modules compile successfully > or not. I am only changing the ARP portion and whenever I compile my > kernel, it takes around 20mins and compiles all different modules also. > I just want to compile

Re: Compiling only "network" part of the kernel

2011-12-26 Thread Adrian Chadd
Shouldn't just a normal "make" in the kernel config directory only rebuild those parts that have changed? Adrian On 26 December 2011 22:23, Rajneesh Kumar wrote: > Hi list, > > During my development, I want to check if my modules compile successfully > or not. I am only changing the ARP portion

Compiling only "network" part of the kernel

2011-12-26 Thread Rajneesh Kumar
Hi list, During my development, I want to check if my modules compile successfully or not. I am only changing the ARP portion and whenever I compile my kernel, it takes around 20mins and compiles all different modules also. I just want to compile and check whether my ARP modules, which I have chan