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] (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)