Run this script in the top level linux kernel source directory tree: #!/bin/sh export DISTCC_HOSTS="localhost 192.168.1.1 192.168.1.10" export CCACHE_PREFIX="distcc" export PATH="/usr/lib/ccache:$PATH" export CONCURRENCY_LEVEL=10 BUILD_NICE="nice -19" BUILD_TIME="/usr/bin/time" BUILD_MAKE="make-kpkg --rootcmd fakeroot --append-to-version…
Read More