1
0
mirror of https://github.com/ubf/ubf.git synced 2025-12-06 07:31:51 +00:00

Update rebar (2.0.0-118-g2d62896)

This commit is contained in:
Joseph Wayne Norton
2012-07-28 18:08:35 +09:00
parent e0dd1ce409
commit 5709f97908
5 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@@ -4,7 +4,7 @@
*.huc
*.log
*.script
.eunit/
.test/
erl_crash.dump
src/contract_lex.erl
src/contract_yecc.erl

View File

@@ -218,7 +218,7 @@ $ make dialyze
+
CAUTION: If you manually run dialyzer with the "-r" option, execute
"make clean compile" first to avoid finding duplicate beam files
underneath rebar\'s .eunit directory. Check Makefile for further
underneath rebar\'s .test directory. Check Makefile for further
information.
3. Dialyze without specs

View File

@@ -1481,7 +1481,7 @@ $ make dialyze
+
CAUTION: If you manually run dialyzer with the "-r" option, execute
"make clean compile" first to avoid finding duplicate beam files
underneath rebar's .eunit directory. Check Makefile for further
underneath rebar's .test directory. Check Makefile for further
information.
+
.. Dialyze without specs

BIN
rebar vendored

Binary file not shown.

View File

@@ -39,7 +39,7 @@
%% ]}.
%% Test Erlang files to compile before the rest.
{eunit_first_files, ["src/contract_lex.erl"
{test_first_files, ["src/contract_lex.erl"
, "src/contract_yecc.erl"
, "test/eunit/types_plugin.erl"
]}.