Skip to content

Commit 502ff20

Browse files
quicklispxach
authored andcommitted
Make sure the path for the timing file is available
1 parent 5ce3d29 commit 502ff20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist-cache.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ structure \(SYSTEM-FILE-NAME SYSTEM-NAME &REST DEPENDENCIES). "
412412
(let ((winners '())
413413
(timing-file (timing-file source))
414414
(start-time (get-universal-time)))
415+
(ensure-directories-exist timing-file)
415416
(map-source-systems
416417
source
417418
(lambda (system-name system)

0 commit comments

Comments
 (0)