X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-2.sh;h=03d53aaf4f5f420bb80775f70be1244869183dbb;hb=d7f6139a91d7d9b0667a597584ae306d958bb2f4;hp=c03fcaa123759db0c8109055c05a71c7cd4b9247;hpb=f392742d2781f42b3bb15b637e5008e10fbbe092;p=sbcl.git diff --git a/make-target-2.sh b/make-target-2.sh index c03fcaa..03d53aa 100644 --- a/make-target-2.sh +++ b/make-target-2.sh @@ -46,5 +46,8 @@ echo //doing warm init ;; not wanted by default after build is complete. (And if it's ;; wanted, it can easily be turned back on.) #+sb-show (setf sb-int:*/show* nil) - (sb-ext:save-lisp-and-die "output/sbcl.core" :purify t) + ;; REMOVEME: This is supposed to be :PURIFY T, the :PURIFY NIL + ;; is a hopefully-very-short-lived workaround for a bug in + ;; sbcl-0.6.12.8. + (sb-ext:save-lisp-and-die "output/sbcl.core" :purify nil) EOF