asdf recompilation trigger problem
Miles Egan <[email protected]>
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
So, I'm working on updating the gentoo port of sbcl to sbcl-0.7.13 and
I'm having a small problem with the contribs.
The issue is that, when gentoo "merges" (installs) the sbcl package, it
sets all the file timestamps to the same value, which triggers this
clause (I think):
(and
(every #'probe-file out-files)
(> (apply #'min (mapcar #'file-write-date out-files))
(apply #'max (mapcar #'file-write-date in-files)) ))))))
Which is false, of course, and tries to recompile everything.
Could this be >= instead of > ?
--
Miles Egan <[email protected]>
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA+d2yeU4Jq/wH1PVERAn5ZAKChtPmdorExUBM4u+25ObCVq6CTugCg3gsP kh3BYjFVNnNwam3gkzTpACc= =svjd -----END PGP SIGNATURE-----