removed flush-output-port from makefile.ss

This commit is contained in:
Abdulaziz Ghuloum 2006-12-02 05:59:09 -05:00
parent 431ea890a3
commit cd8fea1a05
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -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)