X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-2.sh;h=03d53aaf4f5f420bb80775f70be1244869183dbb;hb=d7f6139a91d7d9b0667a597584ae306d958bb2f4;hp=35ad0d108f30575e2e07167d052d3434ff0d34ee;hpb=39ecf3129db04ecf861c08459b6f5353bfc266c9;p=sbcl.git diff --git a/make-target-2.sh b/make-target-2.sh index 35ad0d1..03d53aa 100644 --- a/make-target-2.sh +++ b/make-target-2.sh @@ -46,6 +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