CMUCL commit: src/code (save.lisp)
Raymond Toy
rtoy at common-lisp.net
Sun May 16 14:28:32 CEST 2010
Date: Sunday, May 16, 2010 @ 08:28:32
Author: rtoy
Path: /project/cmucl/cvsroot/src/code
Modified: save.lisp
Add "target:contrib" to modules: search-list so that contribs can be
found when running the one of the builds without installing the
build.
-----------+
save.lisp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Index: src/code/save.lisp
diff -u src/code/save.lisp:1.69 src/code/save.lisp:1.70
--- src/code/save.lisp:1.69 Sat May 15 08:52:20 2010
+++ src/code/save.lisp Sun May 16 08:28:31 2010
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
- "$Header: /project/cmucl/cvsroot/src/code/save.lisp,v 1.69 2010-05-15 12:52:20 rtoy Exp $")
+ "$Header: /project/cmucl/cvsroot/src/code/save.lisp,v 1.70 2010-05-16 12:28:31 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
@@ -116,7 +116,8 @@
#+:executable
*old-cmucl-library-search-list*
'("/usr/local/lib/cmucl/lib/"))))
- (setf (search-list "modules:") '("library:contrib/" "library:subsystems/"))
+ (setf (search-list "modules:")
+ '("library:contrib/" "library:subsystems/" "target:contrib/"))
(setf (search-list "ld-library-path:")
(parse-unix-search-list :ld_library_path))
(setf (search-list "ext-formats:")
More information about the cmucl-commit
mailing list