X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-2.sh;h=a61728877e56b682afc3be4336233ddecb2a1f7b;hb=d1c237164f9bd00879843cba7a79c05449cf50f7;hp=9464a488e57ba4971bbf8a140313a5a4bcb2fe57;hpb=416152f084604094445a758ff399871132dff2bd;p=sbcl.git diff --git a/make-target-2.sh b/make-target-2.sh index 9464a48..a617288 100644 --- a/make-target-2.sh +++ b/make-target-2.sh @@ -29,8 +29,8 @@ echo //doing warm init --core output/cold-sbcl.core \ --sysinit /dev/null --userinit /dev/null <<-'EOF' || exit 1 - ;; Now that we use the byte compiler for macros, - ;; interpreted /SHOW doesn't work until later in init. + ;; Now that we use the compiler for macros, interpreted + ;; /SHOW doesn't work until later in init. #+sb-show (print "/hello, world!") ;; Until PRINT-OBJECT and other machinery is set up,