aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO
diff options
context:
space:
mode:
authorMichael Truog <[email protected]>2016-11-01 11:23:46 -0700
committerMichael Truog <[email protected]>2016-11-01 11:23:46 -0700
commit4e9fb96b1466a148ba7afc9afe03f6e8807066aa (patch)
treeb63b419bde7afb4cffc06ffe4130e84751ba55ed /HOWTO
parent9be10412e1837aac339a284f2b01cfc112778180 (diff)
downloadotp-4e9fb96b1466a148ba7afc9afe03f6e8807066aa.tar.gz
otp-4e9fb96b1466a148ba7afc9afe03f6e8807066aa.tar.bz2
otp-4e9fb96b1466a148ba7afc9afe03f6e8807066aa.zip
Add otp_build update_primary to HOWTO INSTALL
Document the existence of the otp_build update_primary command, to verify that the bootstrap beam files match the source files.
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/INSTALL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index 551ecdd224..447a23128f 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -568,6 +568,10 @@ as before, but the build process will take a much longer time.
> automatically when `make` is invoked from `$ERL_TOP` with either the
> `clean` target, or the default target. It is also automatically invoked
> if `./otp_build remove_prebuilt_files` is invoked.
+>
+> If you need to verify the bootstrap beam files match the provided
+> source files, use `./otp_build update_primary` to create a new commit that
+> contains differences, if any exist.
#### How to Build a Debug Enabled Erlang RunTime System ####