[71606] trunk/base/doc

raimue at macports.org raimue at macports.org
Fri Sep 17 17:34:29 PDT 2010


Revision: 71606
          http://trac.macports.org/changeset/71606
Author:   raimue at macports.org
Date:     2010-09-17 17:34:28 -0700 (Fri, 17 Sep 2010)
Log Message:
-----------
Add ccache_dir and ccache_size to macports.conf and man page.

Modified Paths:
--------------
    trunk/base/doc/macports.conf.5
    trunk/base/doc/macports.conf.in

Modified: trunk/base/doc/macports.conf.5
===================================================================
--- trunk/base/doc/macports.conf.5	2010-09-18 00:25:18 UTC (rev 71605)
+++ trunk/base/doc/macports.conf.5	2010-09-18 00:34:28 UTC (rev 71606)
@@ -127,6 +127,18 @@
 .br
 .Ic Default:
 no
+.It Va ccache_dir
+Location where ccache stores its files
+.br
+.Ic Default:
+${portdbpath}/build/.ccache
+.It Va ccache_size
+Maximum size ccache may use.
+.br
+Use 'G', 'M', or 'K' suffix for giga-, mega- or kilobytes.
+.br
+.Ic Default:
+2G
 .It Va configuredistcc
 Use distcc (distributed compiler). Requires that distcc has been installed.
 .br

Modified: trunk/base/doc/macports.conf.in
===================================================================
--- trunk/base/doc/macports.conf.in	2010-09-18 00:25:18 UTC (rev 71605)
+++ trunk/base/doc/macports.conf.in	2010-09-18 00:34:28 UTC (rev 71606)
@@ -64,6 +64,13 @@
 # Use ccache (C/C++ compiler cache) - see http://ccache.samba.org/
 #configureccache		no
 
+# Location where ccache stores its files
+#ccache_dir			@localstatedir_expanded@/macports/build/.ccache
+
+# Maximum size ccache may use.
+# Use 'G', 'M', or 'K' suffix for giga-, mega- or kilobytes.
+#ccache_size			2G
+
 # Use distcc (distributed compiler) - see http://distcc.samba.org/
 #configuredistcc		no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100917/05aacbe2/attachment.html>


More information about the macports-changes mailing list