1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 14:50:19 +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:
Mark H Weaver 2011-12-30 23:07:15 -05:00
parent 848431b6b2
commit b72ab481cd

View file

@ -99,7 +99,7 @@
;;; files, either you know where they should go, in which case you tell ;;; files, either you know where they should go, in which case you tell
;;; compile-file explicitly, as in the srcdir != builddir case; or you ;;; 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 ;;; 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. ;;; See also boot-9.scm:load.
(define (compiled-file-name file) (define (compiled-file-name file)