r2300: Autocommit for make-debian
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 18 Aug 2002 04:08:56 +0000 (04:08 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 18 Aug 2002 04:08:56 +0000 (04:08 +0000)
clsql-base.asd
clsql.asd

index 66072f31692763ff75b68fe512fefd7252b8c0e8..b39363e5ac08ea739de117bc8e8356cf5edcbd86 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-base.asd,v 1.1 2002/08/18 02:57:50 kevin Exp $
+;;;; $Id: clsql-base.asd,v 1.2 2002/08/18 04:08:56 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -39,5 +39,4 @@
               (:file "conditions" :depends-on ("classes"))
               (:file "db-interface" :depends-on ("conditions"))
               (:file "initialize" :depends-on ("db-interface")))
-  :finally-do
   )
index 3d29edca90114eba89dc12540f5315e115d0928d..d0a643fb8e03c1e3f2ee4cec52f49d5284fabc2c 100644 (file)
--- a/clsql.asd
+++ b/clsql.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql.asd,v 1.1 2002/08/18 02:57:50 kevin Exp $
+;;;; $Id: clsql.asd,v 1.2 2002/08/18 04:04:34 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -29,7 +29,7 @@
 
 ;;; System definitions
 
-(unless (find-class 'clsql-cl-source-file)
+(unless (ignore-errors (find-class 'clsql-cl-source-file))
   (defclass clsql-cl-source-file (cl-source-file) ())
   (defmethod source-file-type ((c clsql-cl-source-file) (s module)) 
     "cl"))