[cmucl/cmucl][rtoy-unix-core] Compile unix.lisp like we do for asdf and defsystem.

Raymond Toy rtoy at common-lisp.net
Wed Apr 22 03:44:48 UTC 2015


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/77a830ba32df5f5cc32d3d2d0c1f9865f92b9b34
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20150422/18d122ad/attachment.html>


More information about the cmucl-cvs mailing list