Raymond Toy pushed to rtoy-unix-core at cmucl / cmucl
Commits: 77a830ba by Raymond Toy at 2015-04-21T20:43:58Z Compile unix.lisp like we do for asdf and defsystem.
- - - - -
1 changed file:
- bin/build.sh
Changes:
===================================== bin/build.sh ===================================== --- a/bin/build.sh +++ b/bin/build.sh @@ -260,6 +260,9 @@ $TARGET/lisp/lisp -noinit -nositeinit -batch "$@" << EOF || exit 3
(compile-file "modules:asdf/asdf") (compile-file "modules:defsystem/defsystem") +(intl::install) +(ext:without-package-locks + (compile-file "modules:unix/unix")) EOF
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/77a830ba32df5f5cc32d3d2d0c...