adding printout saying that the manifest is being written out too.
This commit is contained in:
parent
f8b9496a86
commit
1635c0a5d2
|
@ -170,7 +170,10 @@
|
|||
#:manifest output-manifest-filename)
|
||||
op))
|
||||
#:exists 'replace)
|
||||
|
||||
;; Write the manifest
|
||||
(fprintf (current-report-port)
|
||||
(format "Writing manifest ~s\n" (build-path (current-output-dir) output-manifest-filename)))
|
||||
(call-with-output-file* (build-path (current-output-dir) output-manifest-filename)
|
||||
(lambda (op)
|
||||
(fprintf op "CACHE MANIFEST\n")
|
||||
|
|
Loading…
Reference in New Issue
Block a user