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]
|
(parameterize ([assembler-output #f]
|
||||||
[expand-mode 'bootstrap]
|
[expand-mode 'bootstrap]
|
||||||
[interaction-environment system-env])
|
[interaction-environment system-env])
|
||||||
(printf "compiling ~a ...\n" ifile)
|
(printf "compiling ~a ... " ifile)
|
||||||
(flush-output-port)
|
(compile-file ifile ofile 'replace)
|
||||||
(compile-file ifile ofile 'replace)))
|
(newline)))
|
||||||
|
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (x)
|
(lambda (x)
|
||||||
|
|
Loading…
Reference in New Issue