removed flush-output-port from makefile.ss
This commit is contained in:
parent
431ea890a3
commit
cd8fea1a05
BIN
lib/ikarus.boot
BIN
lib/ikarus.boot
Binary file not shown.
|
@ -265,9 +265,9 @@
|
|||
(parameterize ([assembler-output #f]
|
||||
[expand-mode 'bootstrap]
|
||||
[interaction-environment system-env])
|
||||
(printf "compiling ~a ...\n" ifile)
|
||||
(flush-output-port)
|
||||
(compile-file ifile ofile 'replace)))
|
||||
(printf "compiling ~a ... " ifile)
|
||||
(compile-file ifile ofile 'replace)
|
||||
(newline)))
|
||||
|
||||
(for-each
|
||||
(lambda (x)
|
||||
|
|
Loading…
Reference in New Issue