make-runlisp: Make sure CLC is set up properly in ECL.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 1 Jun 2006 15:31:42 +0000 (16:31 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 1 Jun 2006 15:31:42 +0000 (16:31 +0100)
make-runlisp.lisp

index ae90abf..6f03b25 100644 (file)
                              ("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)