Raymond Toy pushed to branch issue-446-unix-errno-pkg at cmucl / cmucl Commits: 8ffa5f3c by Raymond Toy at 2025-10-31T07:02:54-07:00 Forgot to update build-world.sh to load exports-unix Load exports-unix.lisp instead of exports-errno.lisp. - - - - - 1 changed file: - bin/build-world.sh Changes: ===================================== bin/build-world.sh ===================================== @@ -53,8 +53,8 @@ $LISP "$@" -noinit -nositeinit <<EOF (pushnew :no-clm *features*) (pushnew :no-hemlock *features*) -(load "target:code/exports-errno") (load "target:code/exports") +(load "target:code/exports-unix") (load "target:tools/setup" :if-source-newer :load-source) (comf "target:tools/setup" :load t) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/8ffa5f3c293c918ac51572aa... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/8ffa5f3c293c918ac51572aa... You're receiving this email because of your account on gitlab.common-lisp.net.