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
1 changed file:
Changes:
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | ;;; Carnegie Mellon University, and has been placed in the public domain.
|
6 | 6 | ;;;
|
7 | 7 | (ext:file-comment
|
8 | - "$Header: src/code/generic-site.lisp $")
|
|
8 | + "$Header: src/code/default-site-init.lisp $")
|
|
9 | 9 | ;;;
|
10 | 10 | ;;; **********************************************************************
|
11 | 11 | ;;;
|
... | ... | @@ -39,16 +39,6 @@ |
39 | 39 | ;;;
|
40 | 40 | ;;; If your sources are located somewhere else, change this
|
41 | 41 | ;;; accordingly.
|
42 | -#+nil
|
|
43 | -(setf (search-list "target:")
|
|
44 | - (list
|
|
45 | - (namestring
|
|
46 | - (make-pathname
|
|
47 | - :directory (pathname-directory
|
|
48 | - (merge-pathnames (make-pathname
|
|
49 | - :directory '(:relative :up :up
|
|
50 | - :up "src"))
|
|
51 | - (pathname lisp::*cmucl-core-path*)))))))
|
|
52 | 42 | (setf (search-list "target:")
|
53 | 43 | '("library:../src/"))
|
54 | 44 |