[climacs-cvs] CVS climacs

thenriksen thenriksen at common-lisp.net
Wed Jan 9 09:52:38 UTC 2008


Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv10046

Modified Files:
	climacs.asd 
Log Message:
Removed obsolete gunk.


--- /project/climacs/cvsroot/climacs/climacs.asd	2008/01/09 09:47:16	1.66
+++ /project/climacs/cvsroot/climacs/climacs.asd	2008/01/09 09:52:37	1.67
@@ -27,8 +27,6 @@
 
 (in-package :climacs.system)
 
-(defparameter *climacs-directory* (directory-namestring *load-truename*))
-
 (defsystem :climacs
   :depends-on (:mcclim :flexichain)
   :components
@@ -60,15 +58,3 @@
    ;; (:file "slidemacs" :depends-on ("packages" ))
 ;;    (:file "slidemacs-gui" :depends-on ("packages" "gui" "slidemacs"))
    ))
-
-#+asdf
-(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))))
-     (cerror "Retry loading climacs."
-             "~@<You need to download & install Flexichain ~
-               separately! See the file INSTALL in the Climacs distribution ~
-               for instructions.~@:>" nil)
-     (asdf:perform o c))
-    (t (call-next-method o c))))




More information about the Climacs-cvs mailing list