diff options
author | 2008-04-02 18:27:21 +0000 | |
---|---|---|
committer | 2008-04-02 18:27:21 +0000 | |
commit | 7f6b888727f4d3d170a542c76f458de51c2e4843 (patch) | |
tree | efb2c7675cb52b802f34eb2c80e1594d07e35dde /doc/faq/howdoi.html.part | |
parent | db9e32527216e7b762ba439e81c1c501d4d396c8 (diff) | |
download | paludis-7f6b888727f4d3d170a542c76f458de51c2e4843.tar.gz paludis-7f6b888727f4d3d170a542c76f458de51c2e4843.tar.xz |
Clarify ccache -M wording.
Diffstat (limited to 'doc/faq/howdoi.html.part')
-rw-r--r-- | doc/faq/howdoi.html.part | 4 |
1 files changed, 2 insertions, 2 deletions
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}" <p>You'll need to make sure that your ccache directory has appropriate permissions. Paludis will sometimes use the <code>paludisbuild</code> user when compiling. -You can set the maxium size of the cache with (for example) -<code>CCACHE_DIR="/var/tmp/ccache" ccache -M 2G</code>.</p> +You can set the maxium size of the cache by running (for example) +<code>CCACHE_DIR="/var/tmp/ccache" ccache -M 2G</code> once as root.</p> <h2 id="distcc">Use <code>distcc</code></h2> |