X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-2.sh;h=48b7a1acb01bd937d3476477a4809d172cce082a;hb=e1905b479292158bd2bacdebb81e27b4da041097;hp=803c44e741a3f90432f1db6186b24edb32617c91;hpb=2365c1b81d99c8e8e34665052f5b47be5cd6cd74;p=sbcl.git diff --git a/make-target-2.sh b/make-target-2.sh index 803c44e..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 \ --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