Re: installing only the newly (re)built modules

2007-01-11 Thread Tilman Schmidt
Bill Davidsen schrieb: > Alexy Khrabrov wrote: >> The 2.6 build system compiles only those modules whose config >> changed. However, the install still installs all modules. >> >> Is there a way to entice make modules_install to install only those >> new modules we've actually just changed/built?

Re: installing only the newly (re)built modules

2007-01-10 Thread Bill Davidsen
Alexy Khrabrov wrote: Well, fast -- it depends! :) My Crusoe tablet, Compaq TC1000, can use any break it gets... And generally, the beauty of a make system is not to do any extra moves. Since it already knows what to build, why not let it install just that? The answer just came to me, because

Re: installing only the newly (re)built modules

2007-01-10 Thread Alexy Khrabrov
Well, fast -- it depends! :) My Crusoe tablet, Compaq TC1000, can use any break it gets... And generally, the beauty of a make system is not to do any extra moves. Since it already knows what to build, why not let it install just that? Cheers, Alexy On 1/10/07, Bill Davidsen <[EMAIL PROTECTE

Re: installing only the newly (re)built modules

2007-01-10 Thread Bill Davidsen
Alexy Khrabrov wrote: The 2.6 build system compiles only those modules whose config changed. However, the install still installs all modules. Is there a way to entice make modules_install to install only those new modules we've actually just changed/built? Out of curiosity, why? I've noticed