From e9ccc3a086f57507712a44ef2fadc34affa13af9 Mon Sep 17 00:00:00 2001
From: Irvin Choi
ccache
distcc
paludisbuild
user when compiling.
You can set the maxium size of the cache by running (for example)
CCACHE_DIR="/var/tmp/ccache" ccache -M 2G
once as root.
distcc
To enable distcc
, simply set the relevant variables in your
-configuration bashrc
:
-DISTCC_DIR="/var/tmp/paludis/.distcc" -DISTCC_HOSTS="localhost another_host" -PATH="/usr/lib/distcc/bin:${PATH}" -SANDBOX_WRITE="${SANDBOX_WRITE}:${DISTCC_DIR}" --
First, you need to determine how a package is masked. The easiest way to do -- cgit v1.2.3