From 7f6b888727f4d3d170a542c76f458de51c2e4843 Mon Sep 17 00:00:00 2001 From: David Leverton Date: Wed, 2 Apr 2008 18:27:21 +0000 Subject: Clarify ccache -M wording. --- doc/faq/howdoi.html.part | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/faq/howdoi.html.part') diff --git a/doc/faq/howdoi.html.part b/doc/faq/howdoi.html.part index ec16d1e03..07eae770a 100644 --- a/doc/faq/howdoi.html.part +++ b/doc/faq/howdoi.html.part @@ -25,8 +25,8 @@ SANDBOX_WRITE="${SANDBOX_WRITE}:${CCACHE_DIR}"

You'll need to make sure that your ccache directory has appropriate permissions. Paludis will sometimes use the paludisbuild user when compiling. -You can set the maxium size of the cache with (for example) -CCACHE_DIR="/var/tmp/ccache" ccache -M 2G.

+You can set the maxium size of the cache by running (for example) +CCACHE_DIR="/var/tmp/ccache" ccache -M 2G once as root.

Use distcc

-- cgit v1.2.3