fix a cm problem with the SHA-1-based shortcut transitive dependencies
This commit is contained in:
parent
17c1dc1ab9
commit
e42758eb2a
|
@ -471,9 +471,9 @@
|
||||||
(trace-printf "newer version...")
|
(trace-printf "newer version...")
|
||||||
(maybe-compile-zo #f #f mode path orig-path read-src-syntax up-to-date))]
|
(maybe-compile-zo #f #f mode path orig-path read-src-syntax up-to-date))]
|
||||||
[(> path-time path-zo-time)
|
[(> path-time path-zo-time)
|
||||||
(lambda ()
|
(trace-printf "newer src...")
|
||||||
(trace-printf "newer src...")
|
;; If `sha1-only?', then `maybe-compile-zo' returns a #f or thunk:
|
||||||
(maybe-compile-zo #f deps mode path orig-path read-src-syntax up-to-date))]
|
(maybe-compile-zo sha1-only? deps mode path orig-path read-src-syntax up-to-date)]
|
||||||
[(ormap
|
[(ormap
|
||||||
(lambda (p)
|
(lambda (p)
|
||||||
;; (cons 'ext rel-path) => a non-module file (check date)
|
;; (cons 'ext rel-path) => a non-module file (check date)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user