common-lisp.net
/
projects/asdf/asdf-bundle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f04121d
)
Small cleanup for ECL.
author
Francois-Rene Rideau
<fare@tunes.org>
Sun, 27 May 2012 03:31:32 +0000 (23:31 -0400)
committer
Francois-Rene Rideau
<fare@tunes.org>
Sun, 27 May 2012 03:32:02 +0000 (23:32 -0400)
ecl.lisp
patch
|
blob
|
blame
|
history
diff --git
a/ecl.lisp
b/ecl.lisp
index
cbb9bc4
..
b8e5cd9
100644
(file)
--- a/
ecl.lisp
+++ b/
ecl.lisp
@@
-39,7
+39,6
@@
:unless (eq f 'module-provide-asdf)
:collect #'(lambda (name)
(let ((l (multiple-value-list (funcall f name))))
- (and (first l) (register-pre-built-system name))
+ (and (first l) (register-pre-built-system (coerce-name name)))
(values-list l)))))
#+win32 (push '("asd" . si::load-source) ext:*load-hooks*)
-(pushnew (translate-logical-pathname "SYS:") *central-registry*)