commit: 8920fe1e681f46869743af5da560d27978b2886a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 29 13:27:15 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 29 13:27:15 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8920fe1e
man: make.conf(5): explicitly state CCACHE_DIR default differs from upstream ... when invoked via Portage w/ FEATURES=ccache. Signed-off-by: Sam James <sam <AT> gentoo.org> man/make.conf.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index e8ce697c41..d33b2e2cb9 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -213,7 +213,8 @@ unless you know what you are doing. .TP \fBCCACHE_DIR\fR = \fI[path]\fR Defines the location of the ccache working directory. See the \fBccache\fR(1) -man page for more information. +man page for more information. The default location set by Portage differs +from the upstream default. Only trusted users should be granted write access to this location.
