On 2003-11-07, Andrew Perrin <[EMAIL PROTECTED]> wrote:

> even on my moderately fast machine. Is there some shortcut for adding
> modules to an installation whose kernel structure will stay basically the
> same?

Look at package ccache
I use it, and it caches compiling, so compiling the same kernel again 
with only some changes goes several times faster.

apt-get install ccache
ln -s /usr/bin/ccache /usr/local/bin/cc
ln -s /usr/bin/ccache /usr/local/bin/gcc

And compile your kernels as usual (fakeroot make-kpkg ...), you do not 
have to change anything else. Your compilations will be cached 
automaticly.

-- 
    Miernik         ________________________ jabber:[EMAIL PROTECTED]
___________________/__ tel: +48608233394 __/      mailto:[EMAIL PROTECTED]
Learn about protecting the freedom of knowledge: 
http://www.publicknowledge.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to