From 152e221cc4ca7ec24d13677e1f0266394d08ed6b Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sun, 27 Feb 2011 22:06:00 +0100 Subject: [PATCH] Delete eclinit files before building ECL again. --- src/compile.lsp.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/compile.lsp.in b/src/compile.lsp.in index 0ee2a11ff..a5a22a9c8 100755 --- a/src/compile.lsp.in +++ b/src/compile.lsp.in @@ -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 ;;;