From 7a345f89ed6ecf092f4e883528d9c130941498f7 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Fri, 18 Jun 2004 08:23:52 +0000 Subject: [PATCH] Remove temporary files --- src/cmp/cmpmain.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmp/cmpmain.lsp b/src/cmp/cmpmain.lsp index a682c8f30..93889a213 100644 --- a/src/cmp/cmpmain.lsp +++ b/src/cmp/cmpmain.lsp @@ -549,8 +549,8 @@ Cannot compile ~a." ;;(si::system (format nil "cat ~A" (namestring c-pathname))) (compiler-cc c-pathname o-pathname) (bundle-cc so-pathname o-pathname) - ;(delete-file c-pathname) - ;(delete-file h-pathname) + (delete-file c-pathname) + (delete-file h-pathname) (delete-file o-pathname) (delete-file data-pathname) (cond ((probe-file so-pathname)