chiark
/
gitweb
/
~mdw
/
runlisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make-runlisp: Make sure CLC is set up properly in ECL.
[runlisp]
/
make-runlisp.lisp
diff --git
a/make-runlisp.lisp
b/make-runlisp.lisp
index ae90abf8f023707bbf03991ff70581a46294286d..6f03b25692fd0ecd816b797e962e4d84b593269b 100644
(file)
--- a/
make-runlisp.lisp
+++ b/
make-runlisp.lisp
@@
-59,7
+59,10
@@
(let ((fasl-skel #p"/var/cache/common-lisp-controller/0/ecl/thing.o"))
("asdf" "asdf")
(#1# "post-sysdef-install"))))
:init-name "init_runlisp_boot"
("asdf" "asdf")
(#1# "post-sysdef-install"))))
:init-name "init_runlisp_boot"
- :epilogue-code '(ext:quit (if (runlisp:run) 0 127))))
+ :epilogue-code
+ '(progn
+ (clc:init-common-lisp-controller-v5 "ecl")
+ (ext:quit (if (runlisp:run) 0 127)))))
;;; If we're not dead, die.
(ext:quit 0)
;;; If we're not dead, die.
(ext:quit 0)