X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-2.sh;h=7c6cc8370d9d7bb04f5e7e18d37dccdf768dadde;hb=6501a925cc45f347d1243ce10d34e8b7202ae917;hp=998bffefd9222c81bdf1ee1aaa84b74664735ba8;hpb=89987c8a1599b9bfc267d8d54ea02c588e8b24a5;p=sbcl.git diff --git a/make-target-2.sh b/make-target-2.sh index 998bffe..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 \ ---sysinit /dev/null --userinit /dev/null < make-target-2.lisp +--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