summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authorSlava Yurin <v.yurin@office.ngs.ru>2014-05-29 18:43:23 +0700
committerSlava Yurin <v.yurin@office.ngs.ru>2014-05-30 18:55:09 +0700
commit49c25642b3da6796c05385b76160178e3c9a2c83 (patch)
tree5aa9d6a47901ff3ccf9fe40188f8537a94baf82e /rebar.config.sample
parent23c63f7003c3f80fddc8580cfcf208aa0639b80c (diff)
downloadrebar-49c25642b3da6796c05385b76160178e3c9a2c83.tar.gz
Fix #249 (erlc regression)
The combination of changes to rebar_erlc_compiler, and the fact that erl_first_files is inherited, caused a regression. To fix that, ensure every project uses its own .rebar/erlcinfo. While at it, fix the issue that erl_first_files entries were not included when initializing the dep digraph. Reported-by: Louis-Philippe Gauthier Reported-by: Roland Karlsson Thanks: Tuncer Ayaz
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index 515ed00..03d2e98 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -21,7 +21,7 @@
%% Erlang files to compile before the rest. Rebar automatically compiles
%% parse_transforms and custom behaviours before anything other than the files
%% in this list.
-{erl_first_files, ["mymib1", "mymib2"]}.
+{erl_first_files, ["src/mymib1.erl", "src/mymib2.erl"]}.
%% Erlang compiler options
{erl_opts, [no_debug_info,