Changeset 15438
- Timestamp:
- 10/29/20 16:54:31 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/contrib/quicklisp/quicklisp-abcl.lisp
r15384 r15438 36 36 (asdf:apply-output-translations 37 37 (asdf:system-source-directory (asdf:find-system :quicklisp)))))) 38 (let ((all-fasls ( list setup-fasl39 (when asdf-output-root40 (directory41 (merge-pathnames "**/*" asdf-output-root))))))38 (let ((all-fasls (append (list setup-fasl) 39 (when asdf-output-root 40 (directory 41 (merge-pathnames "**/*" asdf-output-root)))))) 42 42 (when remove 43 43 (format *load-verbose* "~&;;quicklisp-abcl: deleting ~{~a ~}~%" all-fasls)
Note: See TracChangeset
for help on using the changeset viewer.