[Phemlock-cvs] CVS update: phemlock/hemlock.asd
Gilbert Baumann
gbaumann at common-lisp.net
Mon Nov 22 21:38:08 UTC 2004
Update of /project/phemlock/cvsroot/phemlock
In directory common-lisp.net:/tmp/cvs-serv5555
Modified Files:
hemlock.asd
Log Message:
removed #-CMU before (asdf:defsystem ...) and "src" in the toplevel
:directory option. Noted by Jochen Schmidt.
Date: Mon Nov 22 22:38:07 2004
Author: gbaumann
Index: phemlock/hemlock.asd
diff -u phemlock/hemlock.asd:1.3 phemlock/hemlock.asd:1.4
--- phemlock/hemlock.asd:1.3 Sat Oct 16 21:28:19 2004
+++ phemlock/hemlock.asd Mon Nov 22 22:38:06 2004
@@ -27,12 +27,10 @@
(string-downcase (lisp-implementation-type))))
:defaults *hemlock-base-directory*))
-#-CMU
(asdf:defsystem :hemlock
:pathname #.(make-pathname
:directory
- (append (pathname-directory *hemlock-base-directory*)
- (list "src"))
+ (pathname-directory *hemlock-base-directory*)
:defaults *hemlock-base-directory*)
;; :source-extension "lisp"
;; :binary-pathname #.*binary-pathname*
More information about the Phemlock-cvs
mailing list