[climacs-cvs] CVS update: climacs/climacs.asd

Aleksandar Bakic abakic at common-lisp.net
Mon Jan 3 23:55:18 UTC 2005


Update of /project/climacs/cvsroot/climacs
In directory common-lisp.net:/tmp/cvs-serv14958

Modified Files:
	climacs.asd 
Log Message:
asdf::input-files is not external (in my version).

Date: Tue Jan  4 00:55:17 2005
Author: abakic

Index: climacs/climacs.asd
diff -u climacs/climacs.asd:1.8 climacs/climacs.asd:1.9
--- climacs/climacs.asd:1.8	Mon Jan  3 11:25:42 2005
+++ climacs/climacs.asd	Tue Jan  4 00:55:16 2005
@@ -63,7 +63,7 @@
 (defmethod asdf:perform :around ((o asdf:compile-op)
                                  (c (eql (asdf:find-component (asdf:find-system :climacs) "skiplist-package"))))
   (cond
-    ((null (probe-file (first (asdf:input-files o c))))
+    ((null (probe-file (first (asdf::input-files o c))))
      (cerror "Retry loading climacs."
              "~@<You need to download & install Flexichain ~
                separately! See the file INSTALL in the Climacs distribution ~




More information about the Climacs-cvs mailing list