really comment out the eunit calls
authorAnthony F. Molinaro <molinaro@apache.org>
Wed, 22 Jun 2011 16:44:19 +0000 (16:44 +0000)
committerAnthony F. Molinaro <molinaro@apache.org>
Wed, 22 Jun 2011 16:44:19 +0000 (16:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1138546 13f79535-47bb-0310-9956-ffa450edef68

lib/erl/Makefile.am

index ce16256..af6a0c1 100644 (file)
@@ -33,8 +33,9 @@ all: .generated
        ./rebar compile
 
 check: .generated
-       # FIXME: build breaks on apache build system because it doesn't have eunit
-       # ./rebar eunit
+
+# FIXME: build breaks on apache build system because it doesn't have eunit
+# ./rebar eunit
 
 install: all
        mkdir -p $(DESTDIR)$(ERLANG_INSTALL_LIB_DIR_thrift) ; \