Changeset 2704

Show
Ignore:
Timestamp:
03/08/08 09:48:43 (10 months ago)
Author:
hans
Message:

Remove clean-fasls function -> moved to clean.lisp

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build.lisp

    r2701 r2704  
    2626                   :test #'equal)) 
    2727        (directory (merge-pathnames #p"**/*.asd" directory-path)))) 
    28  
    29 (defun clean-fasls () 
    30   (format t "; cleaning fasls in ~A~%" (probe-file *default-pathname-defaults*)) 
    31   (mapc #'delete-file (directory (compile-file-pathname #P"**/*.lisp")))) 
    3228 
    3329(defun exit (code)