X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/ee037cee3e3e545936e04e8bed3f7e0670a4ec11..1e56cff2337d4f6b0a9f3363ea1cb3ac5287a6ed:/module/ice-9/boot-9.scm diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm index 800410c23..84e76bded 100644 --- a/module/ice-9/boot-9.scm +++ b/module/ice-9/boot-9.scm @@ -3290,7 +3290,8 @@ module '(ice-9 q) '(make-q q-length))}." (catch #t (lambda () (let* ((scmstat (stat name)) - (gostat (stat go-path #f))) + (gostat (and (not %fresh-auto-compile) + (stat go-path #f)))) (if (and gostat (or (> (stat:mtime gostat) (stat:mtime scmstat)) (and (= (stat:mtime gostat) (stat:mtime scmstat))