mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Fix make-target-2.sh when SBCL_MAKE_TARGET_2_OPTIONS is set.
This commit is contained in:
parent
2a65fb2aa6
commit
84a5d8e96e
|
|
@ -58,7 +58,7 @@ echo //doing warm init - load and dump phase
|
|||
|
||||
echo //checking for leftover cold-init symbols
|
||||
./src/runtime/sbcl --core output/sbcl.core \
|
||||
--lose-on-corruption $SBCL_MAKE_TARGET_2_OPTIONS --noinform --no-sysinit --no-userinit --eval '
|
||||
--lose-on-corruption --noinform $SBCL_MAKE_TARGET_2_OPTIONS --no-sysinit --no-userinit --eval '
|
||||
(restart-case
|
||||
(let (l1 l2)
|
||||
(sb-vm::map-allocated-objects
|
||||
|
|
|
|||
Loading…
Reference in a new issue