File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11PREFIX ?= /usr/local
22SHARE_PREFIX ?= $(PREFIX ) /share
33MAN_PREFIX ?= $(SHARE_PREFIX ) /man
4- CANONICAL := master / # master/ or vMAJOR.MINOR/
4+ CANONICAL := v1.9 / # master/ or vMAJOR.MINOR/
55ELIXIRC := bin/elixirc --verbose --ignore-module-conflict $(ELIXIRC_OPTS )
66ERLC := erlc -I lib/elixir/include $(ERLC_OPTS )
77ERL := erl -I lib/elixir/include -noshell -pa lib/elixir/ebin
Original file line number Diff line number Diff line change @@ -158,4 +158,4 @@ Version | Deprecated feature | Replaced by (ava
158158[ v1.6 ] : https://github.com/elixir-lang/elixir/blob/v1.6/CHANGELOG.md#4-deprecations
159159[ v1.7 ] : https://github.com/elixir-lang/elixir/blob/v1.7/CHANGELOG.md#4-hard-deprecations
160160[ v1.8 ] : https://github.com/elixir-lang/elixir/blob/v1.8/CHANGELOG.md#4-hard-deprecations
161- [ v1.9 ] : https://github.com/elixir-lang/elixir/blob/master /CHANGELOG.md#4-hard-deprecations
161+ [ v1.9 ] : https://github.com/elixir-lang/elixir/blob/v1.9 /CHANGELOG.md#4-hard-deprecations
You can’t perform that action at this time.
0 commit comments