Update of /cvsroot/sbcl/sbcl/contrib/sb-cltl2
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2735/contrib/sb-cltl2
Modified Files:
sb-cltl2.asd
Log Message:
1.0.39.20: more asdf logical pathname cleanup
* use #p"..." for logical pathnames instead of 1) just "" or
#.(logical-pathname "...")
Index: sb-cltl2.asd
===================================================================
RCS file: /cvsroot/sbcl/sbcl/contrib/sb-cltl2/sb-cltl2.asd,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sb-cltl2.asd 24 Nov 2008 15:56:11 -0000 1.4
+++ sb-cltl2.asd 23 Jun 2010 03:12:35 -0000 1.5
@@ -6,7 +6,7 @@
(defsystem sb-cltl2
:description "Functionality mentioned in CLtL2 but not present in ANSI."
#+sb-building-contrib :pathname
- #+sb-building-contrib "SYS:CONTRIB;SB-CLTL2;"
+ #+sb-building-contrib #p"SYS:CONTRIB;SB-CLTL2;"
:components ((:file "defpackage")
(:file "compiler-let" :depends-on ("defpackage"))
(:file "macroexpand" :depends-on ("defpackage"))
|