Delete eclinit files before building ECL again.

This commit is contained in:
Juan Jose Garcia Ripoll 2011-02-27 22:06:00 +01:00
parent 0df9601789
commit 152e221cc4

View file

@ -67,6 +67,11 @@
;;;
(setq si::*init-function-prefix* "ECL")
;;;
;;; * Clean up a little bit before moving on
;;;
(mapc #'delete-file (directory "eclinit*.*"))
;;;
;;; * Compile and link Common-Lisp base library
;;;