X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/10427eb21d77a0edeb2f17e434515b91b420cdfb..1284f7abf81e2382f56c8152e45e0b235c0986ea:/runlisp-base.conf diff --git a/runlisp-base.conf b/runlisp-base.conf index 00bfa91..b11f248 100644 --- a/runlisp-base.conf +++ b/runlisp-base.conf @@ -111,12 +111,17 @@ dump-image-prelude = ${ignore-shebang} ${set-script-feature}) +;; An expression to determine the version information for the running Lisp. +lisp-version = + (list (list* \'lisp + (lisp-implementation-type) + (multiple-value-list (lisp-implementation-version))) + (cons \'asdf + (asdf:component-version (asdf:find-system "asdf")))) + ;; Full pathname to custom image. image-path = ${@image-dir}/${image-file} -;; Command to delete image. -delete-image = rm -f ${image-path} - ;;;-------------------------------------------------------------------------- [sbcl]