Raymond Toy pushed to branch issue-446-use-cc-to-get-errno at cmucl / cmucl Commits: 6ff5b552 by Raymond Toy at 2025-11-06T06:23:31-08:00 Move template files from bin/ to src/tools/ Update create-errno.sh appropriately. - - - - - 4 changed files: - bin/create-errno.sh - bin/errno-default.lisp → src/tools/errno-default.lisp - bin/errno-template.lisp → src/tools/errno-template.lisp - bin/unix-pkg-template.lisp → src/tools/unix-pkg-template.lisp Changes: ===================================== bin/create-errno.sh ===================================== @@ -51,13 +51,13 @@ OUTPUT="src/code/errno.lisp" OUTPUT_PKG="src/code/exports-unix.lisp" # Default file containing errno definitions. -ERRNO_FILE="bin/errno-default.lisp" +ERRNO_FILE="src/tools/errno-default.lisp" # Template file containing the default def-unix-error forms and other # support code. TEMPLATE is for the definition of all the errno # values. TEMPLATE_PKG is for the definition of the UNIX package. -TEMPLATE="bin/errno-template.lisp" -TEMPLATE_PKG="bin/unix-pkg-template.lisp" +TEMPLATE="src/tools/errno-template.lisp" +TEMPLATE_PKG="src/tools/unix-pkg-template.lisp" # Set ERRNO_FILE to an OS-specific name if possible. If not, use the # default ERRNO_FILE value. ===================================== bin/errno-default.lisp → src/tools/errno-default.lisp ===================================== ===================================== bin/errno-template.lisp → src/tools/errno-template.lisp ===================================== ===================================== bin/unix-pkg-template.lisp → src/tools/unix-pkg-template.lisp ===================================== View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/6ff5b5522fd77c92ce818652... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/6ff5b5522fd77c92ce818652... You're receiving this email because of your account on gitlab.common-lisp.net.