[paludis-commits] r4539 - in trunk: . doc/faq

dleverton at svn.pioto.org dleverton at svn.pioto.org
Wed Apr 2 18:27:24 UTC 2008


Author: dleverton
Date: 2008-04-02 18:27:21 +0000 (Wed, 02 Apr 2008)
New Revision: 4539

Modified:
   trunk/ChangeLog
   trunk/doc/faq/howdoi.html.part
Log:
Clarify ccache -M wording.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-01 11:03:58 UTC (rev 4538)
+++ trunk/ChangeLog	2008-04-02 18:27:21 UTC (rev 4539)
@@ -5,6 +5,10 @@
 only listed in SVN log. For a summary of what has changed between releases,
 see the NEWS file. This file is occasionally pruned to ChangeLog.old.bz2.
 
+2008-04-02 David Leverton
+
+	* doc/faq/: Clarify ccache -M wording.
+
 2008-03-30 David Leverton
 
 	* paludis/repositories/e/: Use ${builddir}/${CATEGORY}-${PF}

Modified: trunk/doc/faq/howdoi.html.part
===================================================================
--- trunk/doc/faq/howdoi.html.part	2008-04-01 11:03:58 UTC (rev 4538)
+++ trunk/doc/faq/howdoi.html.part	2008-04-02 18:27:21 UTC (rev 4539)
@@ -25,8 +25,8 @@
 
 <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>
 



More information about the paludis-commits mailing list