Changeset 2704
- Timestamp:
- 03/08/08 09:48:43 (10 months ago)
- Files:
-
- trunk/build.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.lisp
r2701 r2704 26 26 :test #'equal)) 27 27 (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"))))32 28 33 29 (defun exit (code)
