Fixed Makefile to use the newly acquired scripting capabilities.
This commit is contained in:
parent
cfc1fcdb37
commit
4261e71b24
|
@ -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
|
||||
|
|
BIN
lib/ikarus.boot
BIN
lib/ikarus.boot
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue