add newline to (import-notify) message in compile-whole-library and compile-whole-program
original commit: 3d6d526a77da70d47ddbef7105709bd720ca1fc0
This commit is contained in:
parent
528e055466
commit
cd2dc690b0
3
LOG
3
LOG
|
@ -921,3 +921,6 @@
|
|||
c/Mf-a6osx, c/Mf-i3osx, c/Mf-ta6osx, c/Mf-ti3osx
|
||||
- handle compiled library code in boot files once base boot is loaded
|
||||
globals.h, scheme.c, 7.ss, 7.ms, primdata.ss
|
||||
- add newline to (import-notify) message in compile-whole-library and
|
||||
compile-whole-program
|
||||
compile.ss
|
||||
|
|
|
@ -819,7 +819,7 @@
|
|||
(begin
|
||||
(when (and src-path (time<? (file-modification-time lib-path) (file-modification-time src-path)))
|
||||
(warningf who "~a file ~a is older than source file ~a" what lib-path src-path))
|
||||
(when (import-notify) (fprintf (console-output-port) "reading ~a" lib-path))
|
||||
(when (import-notify) (fprintf (console-output-port) "reading ~a\n" lib-path))
|
||||
lib-path))))))
|
||||
|
||||
(define build-graph
|
||||
|
|
Loading…
Reference in New Issue
Block a user