summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Piepho <tpiepho@impinj.com>2018-03-15 14:47:33 -0700
committerPeter Korsgaard <peter@korsgaard.com>2018-04-06 20:01:36 +0200
commit1d780f2514ff194d0f6bed12f1b92a6fc69ba7c0 (patch)
tree26be90f908598f1ea7f98c8da4b46a61360bf84c
parent74f9b181a6784f9c095f1907352011f3398e5cd5 (diff)
downloadbuildroot-1d780f2514ff194d0f6bed12f1b92a6fc69ba7c0.tar.gz
buildroot-1d780f2514ff194d0f6bed12f1b92a6fc69ba7c0.zip
Config.in: Document BR2_CCACHE_DIR override
This variable, like BR2_DL_DIR, is designed to be overridable from the environment. Unlike BR2_DL_DIR, it is not documented as such in the Config.in help text. Do so now. Signed-off-by: Trent Piepho <tpiepho@impinj.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit ad980ccc3639baa2e517c4d36e836b71ab9f5b8f) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 0002df5176..25f24b9d20 100644
--- a/Config.in
+++ b/Config.in
@@ -332,6 +332,9 @@ config BR2_CCACHE_DIR
default "$(HOME)/.buildroot-ccache"
help
Where ccache should store cached files.
+ If the Linux shell environment has defined the BR2_CCACHE_DIR
+ environment variable, then this overrides this configuration
+ item.
config BR2_CCACHE_INITIAL_SETUP
string "Compiler cache initial setup"
OpenPOWER on IntegriCloud