Updated Branches:
  refs/heads/master 7158d3306 -> c36b56d3d

THRIFT-1357 Erlang Dependency breaks build
Patch: Anthony Molinaro


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/c36b56d3
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/c36b56d3
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/c36b56d3

Branch: refs/heads/master
Commit: c36b56d3d714a440bc14055c0180632a0c4a6bca
Parents: 7158d33
Author: Roger Meier <[email protected]>
Authored: Sat Jun 29 13:08:32 2013 +0200
Committer: Roger Meier <[email protected]>
Committed: Sat Jun 29 13:08:32 2013 +0200

----------------------------------------------------------------------
 lib/erl/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/c36b56d3/lib/erl/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/erl/Makefile.am b/lib/erl/Makefile.am
index 9505024..089cca5 100644
--- a/lib/erl/Makefile.am
+++ b/lib/erl/Makefile.am
@@ -32,7 +32,7 @@ all: .generated
        ./rebar compile
 
 check: .generated
-       ./rebar eunit
+       ./rebar skip_deps=true eunit
 
 install: all
        mkdir -p $(DESTDIR)$(ERLANG_INSTALL_LIB_DIR_thrift) ; \

Reply via email to