Fixed Makefile to use the newly acquired scripting capabilities.

This commit is contained in:
Abdulaziz Ghuloum 2006-12-02 05:34:41 -05:00
parent cfc1fcdb37
commit 4261e71b24
3 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ all: ikarus.boot
ikarus.boot: *.ss
cp ikarus.boot ikarus.boot.back
echo '(load "makefile.ss")' | time ../bin/ikarus -b ikarus.boot
../bin/ikarus -b ikarus.boot --script makefile.ss
clean:
rm -f *.fasl

Binary file not shown.

View File

@ -266,6 +266,7 @@
[expand-mode 'bootstrap]
[interaction-environment system-env])
(printf "compiling ~a ...\n" ifile)
(flush-output-port)
(compile-file ifile ofile 'replace)))
(for-each