Author: molinaro
Date: Wed Jun 22 16:44:19 2011
New Revision: 1138546

URL: http://svn.apache.org/viewvc?rev=1138546&view=rev
Log:
really comment out the eunit calls

Modified:
    thrift/trunk/lib/erl/Makefile.am
    thrift/trunk/lib/erl/src/   (props changed)

Modified: thrift/trunk/lib/erl/Makefile.am
URL: 
http://svn.apache.org/viewvc/thrift/trunk/lib/erl/Makefile.am?rev=1138546&r1=1138545&r2=1138546&view=diff
==============================================================================
--- thrift/trunk/lib/erl/Makefile.am (original)
+++ thrift/trunk/lib/erl/Makefile.am Wed Jun 22 16:44:19 2011
@@ -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) ; \

Propchange: thrift/trunk/lib/erl/src/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jun 22 16:44:19 2011
@@ -1,2 +1 @@
-Makefile.in
-Makefile
+thrift.app.src


Reply via email to