mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 12:21:02 -08:00
Delete eclinit files before building ECL again.
This commit is contained in:
parent
0df9601789
commit
152e221cc4
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue