Skip to content
Snippets Groups Projects
Commit 4ec1a4c8 authored by Peter Van Eynde's avatar Peter Van Eynde
Browse files

Small patch to make :implementation-type work for clc

parent 0ea1d8c1
No related branches found
No related tags found
No related merge requests found
...@@ -2253,7 +2253,7 @@ with a different configuration, so the configuration would be re-read then." ...@@ -2253,7 +2253,7 @@ with a different configuration, so the configuration would be re-read then."
(relativize-pathname-directory (relativize-pathname-directory
(truenamize *default-pathname-defaults*))) (truenamize *default-pathname-defaults*)))
((eql :implementation) (implementation-identifier)) ((eql :implementation) (implementation-identifier))
((eql :implementation-type) (implementation-type)) ((eql :implementation-type) (format nil "~a" (implementation-type)))
((eql :uid) (princ-to-string (get-uid))))) ((eql :uid) (princ-to-string (get-uid)))))
(d (if (pathnamep x) r (ensure-directory-pathname r))) (d (if (pathnamep x) r (ensure-directory-pathname r)))
(s (if (and wildenp (not (pathnamep x))) (s (if (and wildenp (not (pathnamep x)))
......
...@@ -6,8 +6,9 @@ cl-asdf (2:1.625-1) unstable; urgency=low ...@@ -6,8 +6,9 @@ cl-asdf (2:1.625-1) unstable; urgency=low
(Closes: #457919) (Closes: #457919)
* Added info that this version breaks clc * Added info that this version breaks clc
* Fix conflict with clc * Fix conflict with clc
* Small patch to make :implementation-type work for clc
-- Peter Van Eynde <pvaneynd@debian.org> Thu, 25 Feb 2010 06:06:24 +0100 -- Peter Van Eynde <pvaneynd@debian.org> Thu, 25 Feb 2010 18:36:16 +0100
cl-asdf (2:1.502-1) unstable; urgency=low cl-asdf (2:1.502-1) unstable; urgency=low
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment