Remove Cloudant build system remnants

Project: http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/commit/9bcc7582
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/tree/9bcc7582
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/diff/9bcc7582

Branch: refs/heads/import
Commit: 9bcc75825385e01b9bd015eaa724dde91dacf38e
Parents: 5aab9df
Author: Paul J. Davis <[email protected]>
Authored: Wed Mar 20 05:04:53 2013 -0500
Committer: Paul J. Davis <[email protected]>
Committed: Fri Jan 17 13:46:42 2014 -0800

----------------------------------------------------------------------
 Makefile |  39 ---------------------------------------
 rebar    | Bin 119440 -> 0 bytes
 2 files changed, 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/blob/9bcc7582/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
deleted file mode 100644
index f476779..0000000
--- a/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-REBAR?=./rebar
-
-
-all: build
-
-
-clean:
-       $(REBAR) clean
-       rm -rf logs
-       rm -rf .eunit
-       rm -f test/*.beam
-
-
-distclean: clean
-       git clean -fxd
-
-
-deps:
-       @if test ! -d ./deps; then \
-               $(REBAR) get-deps; \
-       fi
-
-
-build: deps
-       $(REBAR) compile
-
-
-etap: test/etap.beam test/tutil.beam
-       prove test/*.t
-
-
-check: build etap
-
-
-%.beam: %.erl
-       erlc -o test/ $<
-
-
-.PHONY: all clean distclean deps build eunit check

http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/blob/9bcc7582/rebar
----------------------------------------------------------------------
diff --git a/rebar b/rebar
deleted file mode 100755
index ceabf62..0000000
Binary files a/rebar and /dev/null differ

Reply via email to