[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel parallel builds?



Andrea Borgia wrote:
> I'm using this command from within the unpacked kernel source:
> fakeroot debian/rules binary

If you are not bound to using Debian's packaged kernel source, then you
could simply use the bindeb-pkg target of the vanilla kernel. For example:

    cp /path/to/working/kernel-config .config
    make -j 16 clean oldconfig bindeb-pkg

Thomas


Reply to: