Raymond Toy pushed to branch issue-360-add-site-init at cmucl / cmucl
Commits: e28f5fc2 by Raymond Toy at 2024-11-28T09:34:42-08:00 Remove old stuff, update file-comment
- - - - -
1 changed file:
- src/code/default-site-init.lisp
Changes:
===================================== src/code/default-site-init.lisp ===================================== @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: src/code/generic-site.lisp $") + "$Header: src/code/default-site-init.lisp $") ;;; ;;; ********************************************************************** ;;; @@ -39,16 +39,6 @@ ;;; ;;; If your sources are located somewhere else, change this ;;; accordingly. -#+nil -(setf (search-list "target:") - (list - (namestring - (make-pathname - :directory (pathname-directory - (merge-pathnames (make-pathname - :directory '(:relative :up :up - :up "src")) - (pathname lisp::*cmucl-core-path*))))))) (setf (search-list "target:") '("library:../src/"))
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/e28f5fc2fa5deeb0ee6cdc64...