Commit graph

5 commits

Author SHA1 Message Date
Stas Boukarev 1a9a1c8140 Change the name of the "abort building SBCL" restart.
To ABORT-BUILD, as there will be other ABORT restarts.
2019-01-30 17:51:01 +03:00
Douglas Katzman b162216376 GC the stream that was opened for make-target-2-load.lisp 2017-02-12 22:25:38 -05:00
Alastair Bridgewater 22e70b0ef5 Fix building on older SBCL hosts
* Two parts here.  First, older SBCL hosts use SB-EXT:QUIT, not
SB-EXT:EXIT.  Second, there's some odd undefined-function warning
that crops up (probably from an inlined TYPEP test or even an
implicit type test) on the host from (SATISFIES FDEFN-P).

  * This doesn't get the parallel build working, but at least the
more usual single-threaded build works on 1.0.23 with these
changes.
2016-10-10 11:13:15 -04:00
Stas Boukarev 50202000a2 Fix other implementation's `quit' functions. 2016-10-05 04:02:54 +03:00
Stas Boukarev 285ee63e88 Make the build process abortable.
Wrap everything with an abort restart which will quit and stop make.sh
from proceeding.

Also remove --disable-debugger from the default sbcl options for
better debugging.
2016-10-04 22:17:34 +03:00