better comment

svn: r15599
This commit is contained in:
Eli Barzilay 2009-07-28 14:49:59 +00:00
parent d1f78ae378
commit 66ab1f15ff

View File

@ -305,9 +305,12 @@
(define (check-again-all given-ccs)
#|
;; This code is better than using marker files, but an older version of it
;; relied on the obligatory existence of an "info.ss" file. That is no
;; longer required, so it needs to identify directories and that is
;; currently not available. So use the code below instead.
;; relied on the obligatory existence of an "info.ss" file to implement
;; `file-or-directory-identity'. That is no longer required, so it needs
;; to identify directories and that is currently not available. So use the
;; code below it instead. Perhaps there will be some robust way to do this
;; in the future, eg -- for directories, use the identity of their first
;; file.
(define all-cc+ids
(map (lambda (cc)
(cons cc (file-or-directory-identity (cc-path cc))))