aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2015-12-15 16:37:10 +0100
committerSverker Eriksson <[email protected]>2016-01-13 18:23:52 +0100
commitebe42ec76748546f464076d8cf5d1238a56baf91 (patch)
tree262291aa4b6699c6e4f5760fd1da330f9ac01c8e /Makefile.in
parentf1447b51b578e6b5e42819ef8af057da2d0bc70e (diff)
downloadotp-ebe42ec76748546f464076d8cf5d1238a56baf91.tar.gz
otp-ebe42ec76748546f464076d8cf5d1238a56baf91.tar.bz2
otp-ebe42ec76748546f464076d8cf5d1238a56baf91.zip
erts: Introduce erts_code_purger
as a system process with preloaded code.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7ce420a8d7..0360a61e0a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -966,7 +966,7 @@ primary_bootstrap_copy:
# To remove modules left by the bootstrap building, but leave (restore)
# the modules in kernel which are needed for an emulator build
-KERNEL_PRELOAD = otp_ring0 init erl_prim_loader prim_inet prim_file zlib prim_zip erlang
+KERNEL_PRELOAD = otp_ring0 init erl_prim_loader prim_inet prim_file zlib prim_zip erlang erts_code_purger
KERNEL_PRELOAD_BEAMS=$(KERNEL_PRELOAD:%=$(BOOTSTRAP_TOP)/lib/kernel/ebin/%.beam)
start_scripts: