summaryrefslogtreecommitdiff
path: root/make-target-2.sh
diff options
context:
space:
mode:
authorDouglas Katzman <dougk@google.com>2017-01-24 21:30:44 -0500
committerDouglas Katzman <dougk@google.com>2017-01-24 21:31:18 -0500
commit514df980d1e0755473b7c1345f1a7d6fbd9100af (patch)
tree9649c091bb679ad630bbfe3d687d615faee340d8 /make-target-2.sh
parentd4a490962d839b7f13e9d3626b980f4732852575 (diff)
Silly omission from #!+immobile-symbols change
i.e. it didn't actually fix the "leftover cold-init symbols", but merely failed to find them in the heap scan.
Diffstat (limited to 'make-target-2.sh')
-rwxr-xr-xmake-target-2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-target-2.sh b/make-target-2.sh
index cecb6585d..74d0ac9b7 100755
--- a/make-target-2.sh
+++ b/make-target-2.sh
@@ -68,7 +68,7 @@ echo //checking for leftover cold-init symbols
(when (and (symbolp obj) (not (symbol-package obj))
(search "!" (string obj)))
(push obj l)))
- :dynamic)
+ :all)
(format t "Found ~D:~%~S~%" (length l) l))
(abort ()
:report "Abort building SBCL."