Raymond Toy pushed to branch issue-363-add-version-number at cmucl / cmucl
Commits:
-
969372c2
by Raymond Toy at 2025-02-11T07:20:35-08:00
-
5286ab0f
by Raymond Toy at 2025-02-11T07:26:47-08:00
2 changed files:
Changes:
... | ... | @@ -32,13 +32,22 @@ |
32 | 32 | ;;; bin/
|
33 | 33 | ;;; lib/
|
34 | 34 | ;;; cmucl/
|
35 | -;;; lib/
|
|
36 | -;;; lisp*.coore
|
|
37 | -;;; man/
|
|
38 | -;;; src/
|
|
35 | +;;; <version>/
|
|
36 | +;;; lib/
|
|
37 | +;;; share/
|
|
38 | +;;; cmucl/
|
|
39 | +;;; <version>/
|
|
40 | +;;; src/
|
|
41 | +;;; tests/
|
|
42 | +;;; man/
|
|
43 | +;;; man1/
|
|
39 | 44 | ;;;
|
40 | 45 | ;;; If your sources are located somewhere else, change this
|
41 | 46 | ;;; accordingly.
|
42 | -(setf (search-list "target:")
|
|
43 | - '("library:../src/"))
|
|
47 | +(push (pathname
|
|
48 | + (concatenate 'string
|
|
49 | + "library:../../../../share/cmucl/"
|
|
50 | + lisp::*lisp-implementation-version*
|
|
51 | + "/src/"))
|
|
52 | + (search-list "target:"))
|
|
44 | 53 |
... | ... | @@ -6209,7 +6209,7 @@ msgid "Same as -help." |
6209 | 6209 | msgstr ""
|
6210 | 6210 | |
6211 | 6211 | #: src/code/commandline.lisp
|
6212 | -msgid "Prints the cmucl version and exits"
|
|
6212 | +msgid "Prints the cmucl version and exits, without loading the lisp core."
|
|
6213 | 6213 | msgstr ""
|
6214 | 6214 | |
6215 | 6215 | #: src/code/commandline.lisp
|