r3357: remove load-compile-op from .asd file
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Nov 2002 16:51:50 +0000 (16:51 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Nov 2002 16:51:50 +0000 (16:51 +0000)
debian/changelog
lml.asd

index 1ec2db1d2f81071ede1cf03691434b5fdedf14bf..2e17d99049eed2849b57cbe9da79e1b05fc9e870 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml (1.7.2-1) unstable; urgency=low
+
+  * Remove 'load-compiled-op from .asd file
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:48:34 -0700
+
 cl-lml (1.7.1-1) unstable; urgency=medium
 
   * download.lisp: Fix bug in strip-ftp-base
diff --git a/lml.asd b/lml.asd
index ed9244fb9c5d7592298f323ac77d62e446567c36..030463431cf43aa7466747da1a50d688726efc7f 100644 (file)
--- a/lml.asd
+++ b/lml.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: lml.asd,v 1.10 2002/09/30 10:26:43 kevin Exp $
+;;;; $Id: lml.asd,v 1.11 2002/11/08 16:51:40 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -39,6 +39,3 @@
    (:file "downloads" :depends-on ("lml"))
    ))
 
-(when (ignore-errors (find-class 'load-compiled-op))
-  (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :lml))))
-    (pushnew :lml cl:*features*)))