summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2011-12-30 23:07:15 -0500
committerMark H Weaver <mhw@netris.org>2011-12-30 23:07:15 -0500
commitb72ab481cd71d5d72f501d4469ecbdf6892ffb7b (patch)
tree168e3885f3bc7aa776f502027bae840826814886
parent848431b6b296c22cd3892ad4a70ff605f00fe060 (diff)
downloadguile-b72ab481cd71d5d72f501d4469ecbdf6892ffb7b.tar.gz
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
-rw-r--r--module/system/base/compile.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/base/compile.scm b/module/system/base/compile.scm
index 943999040..953c93602 100644
--- a/module/system/base/compile.scm
+++ b/module/system/base/compile.scm
@@ -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)