X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-2.sh;h=48b7a1acb01bd937d3476477a4809d172cce082a;hb=6bbc22725d3bf663726ed9adca544e39316364a6;hp=998bffefd9222c81bdf1ee1aaa84b74664735ba8;hpb=89987c8a1599b9bfc267d8d54ea02c588e8b24a5;p=sbcl.git diff --git a/make-target-2.sh b/make-target-2.sh index 998bffe..48b7a1a 100644 --- a/make-target-2.sh +++ b/make-target-2.sh @@ -29,7 +29,11 @@ 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 +--no-sysinit --no-userinit < make-target-2.lisp +echo //doing warm init - load and dump phase +./src/runtime/sbcl \ +--core output/cold-sbcl.core \ +--no-sysinit --no-userinit < make-target-2-load.lisp