diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-07-02 15:16:52 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-07-02 15:16:52 +0000 |
| commit | a2545f68f64b4cfcc13ca2d372c8b9fef1c6331e (patch) | |
| tree | c7f019daa6c25182aaac32e53d4970ba2edbdf48 /share | |
| parent | 43da0c93ff9da32fda89d58727cd9bbe7beea4c9 (diff) | |
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man5/src.conf.5 | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 5921a5d7108c..40a901440f26 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,5 +1,5 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. -.Dd May 28, 2026 +.Dd July 2, 2026 .Dt SRC.CONF 5 .Os .Sh NAME @@ -328,22 +328,19 @@ Use .Xr ccache 1 for the build. No configuration is required except to install the -.Sy devel/ccache +.Sy devel/ccache , +.Sy devel/ccache4 , or .Sy devel/sccache -package. +port or package; in the latter case, set +.Sy CCACHE_NAME=sccache . When using with .Xr distcc 1 , set -.Sy CCACHE_PREFIX=/usr/local/bin/distcc . -When using with sccache -set -.Sy CCACHE_NAME=sccache -in -.Xr src.conf 5 . -The default cache directory of +.Sy CCACHE_PREFIX=${LOCALBASE}/bin/distcc . +The default cache directory is .Pa $HOME/.ccache -will be used, which can be overridden by setting +and can be changed by setting .Sy CCACHE_DIR . The .Sy CCACHE_COMPILERCHECK |
