Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-23 | Ensure the current shell knows about PATH when pinning OTP | Loïc Hoguin | |
2017-08-16 | More improvements to version pinning | Loïc Hoguin | |
The output of kerl will now be printed, and the way we do the recursive invocation for building the Erlang/OTP version we want should be more solid. | |||
2017-08-15 | Prevent recursion when building a pinned Erlang/OTP | Loïc Hoguin | |
Also add a user friendly message to inform the user of what we are doing. | |||
2017-08-14 | Add experimental pinning of Erlang/OTP version | Loïc Hoguin | |
By defining the ERLANG_OTP or ERLANG_HIPE variable, you can let Erlang.mk manage which version of Erlang/OTP will be used for your project. It will build it if necessary, and will activate it automatically when make is invoked. |