From a22f2e297ab10e63c34aae8ba3fe2fe18c3f5f82 Mon Sep 17 00:00:00 2001
From: Kevin Rosenberg <>
Date: Fri, 23 Aug 2002 20:54:08 +0000
Subject: [PATCH] update load-source-op documentatio

---
 README    | 8 +++++---
 cclan.asd | 3 ++-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 46dd5047..731e17f4 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.21 2002/06/19 18:38:52 dan_b Exp $         -*- Text -*-
+$Id: README,v 1.22 2002/08/23 20:54:08 kevinrosenberg Exp $         -*- Text -*-
 
 
 asdf: another system definition facility          
@@ -388,8 +388,10 @@ so too
 
 **** load-source-op
 
-Sometimes systems have knotty dependencies which require that sources
-are loaded before they can be compiled.  This is how you do that.
+This method will load the source for the files in a module even if the
+source files have been compiled. Systems sometimes have knotty
+dependencies which require that sources are loaded before they can be
+compiled.  This is how you do that.
 
 If you are creating a component type, you need to implement this
 operation - at least, where meaningful.
diff --git a/cclan.asd b/cclan.asd
index efcc07a9..86575e2a 100644
--- a/cclan.asd
+++ b/cclan.asd
@@ -4,5 +4,6 @@
 
 (defsystem cclan
     :version "0.0"
+    #+common-lisp-controller :pathname  #+common-lisp-controller "cl-library:cclan;"
     :components ((:file "cclan-package")
-		 (:file "cclan" :depends-on ("cclan-package"))))
\ No newline at end of file
+		 (:file "cclan" :depends-on ("cclan-package"))))
-- 
GitLab