Use new primitive `microcode-library-path', if present, to get a
authorChris Hanson <org/chris-hanson/cph>
Thu, 15 Nov 1990 23:27:53 +0000 (23:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 15 Nov 1990 23:27:53 +0000 (23:27 +0000)
commit9f57be41f5ce0f93e27fd4db9d4ed9e86b0af944
tree7548895b3e8f2119fd88d0a987b350a464919cc8
parentcbab6998da8bcc99fffaf8e029d4edcbc68cd83d
Use new primitive `microcode-library-path', if present, to get a
sequence of library directory names.

Change `system-library-directory-pathname' to search through this
sequence; also change it to accept an argument which is the name of a
subdirectory to look for.

New procedure `system-library-pathname' searches for a given file in
one of the library directories.

`load-option' and `disk-restore' changed to use
`system-library-pathname'.
v7/src/runtime/make.scm
v7/src/runtime/option.scm
v7/src/runtime/pathnm.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/savres.scm
v7/src/runtime/version.scm
v8/src/runtime/make.scm
v8/src/runtime/runtime.pkg