* makefile.ss is turned into an r6rs-script.
This commit is contained in:
parent
35a9aa6d20
commit
48244ec85e
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -1,10 +1,6 @@
|
|||
#!/usr/bin/env ikarus -b ikarus.boot --script
|
||||
#!/usr/bin/env ikarus -b ikarus.boot --r6rs-script
|
||||
|
||||
(library (ikarus makefile)
|
||||
(export)
|
||||
(import
|
||||
(ikarus system $bootstrap)
|
||||
(ikarus))
|
||||
(import (ikarus system $bootstrap) (ikarus))
|
||||
|
||||
(define scheme-library-files
|
||||
;;; Listed in the order in which they're loaded.
|
||||
|
@ -708,8 +704,7 @@
|
|||
core*)
|
||||
(close-output-port p))))))
|
||||
|
||||
(printf "Happy Happy Joy Joy\n"))
|
||||
(printf "Happy Happy Joy Joy\n")
|
||||
|
||||
(invoke (ikarus makefile))
|
||||
|
||||
;;; vim:syntax=scheme
|
||||
|
|
Loading…
Reference in New Issue