diff options
author | Loïc Hoguin <[email protected]> | 2018-07-27 12:46:02 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-07-27 12:46:02 +0200 |
commit | f3f1c663e5fab01c727ab91ddfc4ff257def5f21 (patch) | |
tree | 33951d6494f06738ce933a6b7736855bfcdb513f /docs/en/erlang.mk/1/guide/updating | |
parent | 1c03530c953cb6c550633b292f3fed0351a7b30a (diff) | |
download | ninenines.eu-f3f1c663e5fab01c727ab91ddfc4ff257def5f21.tar.gz ninenines.eu-f3f1c663e5fab01c727ab91ddfc4ff257def5f21.tar.bz2 ninenines.eu-f3f1c663e5fab01c727ab91ddfc4ff257def5f21.zip |
Gun 1.0.0
Diffstat (limited to 'docs/en/erlang.mk/1/guide/updating')
-rw-r--r-- | docs/en/erlang.mk/1/guide/updating/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/en/erlang.mk/1/guide/updating/index.html b/docs/en/erlang.mk/1/guide/updating/index.html index 86e18069..09601529 100644 --- a/docs/en/erlang.mk/1/guide/updating/index.html +++ b/docs/en/erlang.mk/1/guide/updating/index.html @@ -111,6 +111,7 @@ http://www.gnu.org/software/src-highlite --> <p>The <em>build.config</em> file is automatically used when you bootstrap Erlang.mk or when you update it with <code>make erlang-mk</code>.</p> <p>The <em>build.config</em> file contains the list of all files that will be built into the resulting <em>erlang.mk</em> file. You can start from the <a href="https://github.com/ninenines/erlang.mk/blob/master/build.config">most recent version</a> and customize to your needs.</p> <p>You can also name the file differently or put it in a separate folder by modifying the value for <code>ERLANG_MK_BUILD_CONFIG</code>. You can also tell Erlang.mk to use a different temporary directory by changing the <code>ERLANG_MK_BUILD_DIR</code> variable.</p> +<p>If you want to use a different repository or a specific commit for updating, you may use the variables <code>ERLANG_MK_REPO</code> and <code>ERLANG_MK_COMMIT</code>.</p> |