summaryrefslogtreecommitdiff
path: root/HOWTO
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <egil@erlang.org>2016-11-02 12:29:19 +0100
committerBjörn-Egil Dahlberg <egil@erlang.org>2016-11-02 12:29:19 +0100
commit1b205afda0a88e7740d6187990ab35562e9a48c4 (patch)
tree6ab514d11e13fc4e7cc560b3343f91affc204c2d /HOWTO
parent0a07cf6a655318245f57ef2ea89d0f3b2b8118e9 (diff)
parent0e8268be503ea53c100fef03d498ad7cc642c11b (diff)
downloaderlang-1b205afda0a88e7740d6187990ab35562e9a48c4.tar.gz
Merge branch 'maint'
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 8632f46264..8587774c12 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -564,6 +564,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 ####