mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 13:31:58 -08:00
Remove temporary files
This commit is contained in:
parent
65c027eb7b
commit
7a345f89ed
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue