X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-2.sh;h=7c6cc8370d9d7bb04f5e7e18d37dccdf768dadde;hb=5295ccac8b45e11dfdbabc0a0beb8a4fffc27e6d;hp=803c44e741a3f90432f1db6186b24edb32617c91;hpb=2365c1b81d99c8e8e34665052f5b47be5cd6cd74;p=sbcl.git diff --git a/make-target-2.sh b/make-target-2.sh index 803c44e..7c6cc83 100644 --- a/make-target-2.sh +++ b/make-target-2.sh @@ -29,7 +29,13 @@ export LANG LC_ALL # system with the :SB-SHOW feature enabled, it does it rather silently, # without trying to tell you about what it's doing. So unless it hangs # for much longer than that, don't worry, it's likely to be normal. -echo //doing warm init +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