[cmucl/cmucl][rtoy-unix-core] Compile unix.lisp like we do for asdf and defsystem.
22 Apr
2015
22 Apr
'15
3:44 a.m.
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...
3577
Age (days ago)
3577
Last active (days ago)
0 comments
1 participants
participants (1)
-
Raymond Toy