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

Aleksandar Bakic abakic at common-lisp.net
Sun Sep 25 20:06:26 UTC 2005


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

Modified Files:
	INSTALL climacs.asd 
Log Message:
Fixed one more typo in INSTALL. Cleaned up :climacs.tests in climacs.asd.
Changed *do-not-escape* to *escape-unicode-chars*, as requested by Derek
Peschel.

Date: Sun Sep 25 22:06:25 2005
Author: abakic

Index: climacs/INSTALL
diff -u climacs/INSTALL:1.6 climacs/INSTALL:1.7
--- climacs/INSTALL:1.6	Sun Sep 25 21:36:31 2005
+++ climacs/INSTALL	Sun Sep 25 22:06:25 2005
@@ -45,6 +45,6 @@
 
 For that reason, Climacs often depends on very fresh CVS versions of
 McCLIM.  If you discover a bug, please try to install a new version of
-McCLIM before looking to hard for any other reasons.
+McCLIM before looking too hard for any other reasons.
 
 


Index: climacs/climacs.asd
diff -u climacs/climacs.asd:1.37 climacs/climacs.asd:1.38
--- climacs/climacs.asd:1.37	Fri Aug 12 23:15:26 2005
+++ climacs/climacs.asd	Sun Sep 25 22:06:25 2005
@@ -81,21 +81,15 @@
   ((:file "rt" :pathname #p"testing/rt.lisp")
    (:file "buffer-test" :depends-on ("rt"))
    (:file "base-test" :depends-on ("rt"))
-   (:file "automaton-test-package"
-	  :pathname #P"cl-automaton/automaton-test-package.lisp"
-	  :depends-on ("rt"))
-   (:file "eqv-hash-test"
-	  :pathname #P"cl-automaton/eqv-hash-test.lisp"
-	  :depends-on ("rt" "automaton-test-package"))
-   (:file "state-and-transition-test"
-	  :pathname #P"cl-automaton/state-and-transition-test.lisp"
-	  :depends-on ("rt" "automaton-test-package"))
-   (:file "automaton-test"
-	  :pathname #P"cl-automaton/automaton-test.lisp"
-	  :depends-on ("rt" "automaton-test-package"))
-   (:file "regexp-test"
-	  :pathname #P"cl-automaton/regexp-test.lisp"
-	  :depends-on ("rt" "automaton-test-package"))))
+   (:module
+    "cl-automaton"
+    :depends-on ("rt")
+    :components
+    ((:file "automaton-test-package")
+     (:file "eqv-hash-test" :depends-on ("automaton-test-package"))
+     (:file "state-and-transition-test" :depends-on ("automaton-test-package"))
+     (:file "automaton-test" :depends-on ("automaton-test-package"))
+     (:file "regexp-test" :depends-on ("automaton-test-package"))))))
 
 #+asdf
 (defmethod asdf:perform :around ((o asdf:compile-op)




More information about the Climacs-cvs mailing list