mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
Update comment: ~/.guile-ccache => ~/.cache/guile/ccache
* module/system/base/compile.scm: Update comment to match where the ccache dir now lives: ~/.cache/guile/ccache
This commit is contained in:
parent
848431b6b2
commit
b72ab481cd
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
;;; files, either you know where they should go, in which case you tell
|
||||
;;; compile-file explicitly, as in the srcdir != builddir case; or you
|
||||
;;; don't know, in which case this function is called, and we just put
|
||||
;;; them in your own ccache dir in ~/.guile-ccache.
|
||||
;;; them in your own ccache dir in ~/.cache/guile/ccache.
|
||||
;;;
|
||||
;;; See also boot-9.scm:load.
|
||||
(define (compiled-file-name file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue