X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-2.sh;h=fd1071084c2ecaf59fc0df0f705cf3b511e313b4;hb=HEAD;hp=48b7a1acb01bd937d3476477a4809d172cce082a;hpb=70ea7795526d1ddc10da8999a0f0e46ef2612318;p=sbcl.git diff --git a/make-target-2.sh b/make-target-2.sh index 48b7a1a..fd10710 100644 --- a/make-target-2.sh +++ b/make-target-2.sh @@ -20,6 +20,9 @@ LANG=C LC_ALL=C export LANG LC_ALL +# Load our build configuration +. output/build-config + # Do warm init stuff, e.g. building and loading CLOS, and stuff which # can't be done until CLOS is running. # @@ -32,8 +35,10 @@ export LANG LC_ALL echo //doing warm init - compilation phase ./src/runtime/sbcl \ --core output/cold-sbcl.core \ +--lose-on-corruption \ --no-sysinit --no-userinit < make-target-2.lisp echo //doing warm init - load and dump phase ./src/runtime/sbcl \ --core output/cold-sbcl.core \ +--lose-on-corruption \ --no-sysinit --no-userinit < make-target-2-load.lisp