Skip to content

Commit 1d780f2

Browse files
Trent Piephojacmet
Trent Piepho
authored andcommitted
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 <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]> (cherry picked from commit ad980cc) Signed-off-by: Peter Korsgaard <[email protected]>
1 parent 74f9b18 commit 1d780f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Config.in

+3
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ config BR2_CCACHE_DIR
332332
default "$(HOME)/.buildroot-ccache"
333333
help
334334
Where ccache should store cached files.
335+
If the Linux shell environment has defined the BR2_CCACHE_DIR
336+
environment variable, then this overrides this configuration
337+
item.
335338

336339
config BR2_CCACHE_INITIAL_SETUP
337340
string "Compiler cache initial setup"

0 commit comments

Comments
 (0)