summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo.zacarias@free-electrons.com>2015-10-15 10:24:39 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-17 16:32:41 +0200
commit3901cb515762aee9b6af67216419a9c5b83eec3d (patch)
tree84b721029738356db5387b3a97c72dad7bf2504b /docs
parent7f237f06319dc1716aec620774e4106c53bce44b (diff)
ccache: allow for BR2_CCACHE_DIR environment override
Allow the BR2_CCACHE_DIR .config option to be overriden by the BR2_CCACHE_DIR env variable. This is useful for big projects where in some cases the developers home directory might be a NFS mount (slow) and real production builds aren't. Update documentation accordingly as well. Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/common-usage.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt
index 3ae05c7d9..bca99f45b 100644
--- a/docs/manual/common-usage.txt
+++ b/docs/manual/common-usage.txt
@@ -84,6 +84,9 @@ to +make+ or set in the environment:
configuration interface, so through the Buildroot +.config+ file; this
is the recommended way of setting it.
+
+* +BR2_CCACHE_DIR+ to override the directory where
+ Buildroot stores the cached files when using ccache.
+ +
* +BR2_DL_DIR+ to override the directory in which
Buildroot stores/retrieves downloaded files
+