diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-11-02 12:29:04 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-11-02 12:29:04 +0100 |
commit | 0e8268be503ea53c100fef03d498ad7cc642c11b (patch) | |
tree | df3f58948de0a9c91f4f078f59f7b5d8291c5c3e /HOWTO/INSTALL.md | |
parent | b8fee0165c0fd510aebde6445833052dba8f7ece (diff) | |
parent | 4e9fb96b1466a148ba7afc9afe03f6e8807066aa (diff) | |
download | otp-0e8268be503ea53c100fef03d498ad7cc642c11b.tar.gz otp-0e8268be503ea53c100fef03d498ad7cc642c11b.tar.bz2 otp-0e8268be503ea53c100fef03d498ad7cc642c11b.zip |
Merge branch 'okeuday/howto/verify_beams_info/ERL-288/PR-1231/OTP-13999' into maint
* okeuday/howto/verify_beams_info/ERL-288/PR-1231/OTP-13999:
Add otp_build update_primary to HOWTO INSTALL
Diffstat (limited to 'HOWTO/INSTALL.md')
-rw-r--r-- | HOWTO/INSTALL.md | 4 |
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 #### |