You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/09/05 23:11:36 UTC

[12/12] couchdb commit: updated refs/heads/master to a5ceb62

remove lies


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

Branch: refs/heads/master
Commit: a5ceb62af6ee81e6cbd48cb24abd84a52575edbd
Parents: 44a5851
Author: Robert Newson <rn...@apache.org>
Authored: Fri Sep 5 22:10:01 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Fri Sep 5 22:10:01 2014 +0100

----------------------------------------------------------------------
 Makefile | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/a5ceb62a/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 35b9f79..e881f61 100644
--- a/Makefile
+++ b/Makefile
@@ -19,12 +19,10 @@ config.erl:
 	@false
 
 compile: config.erl
-	@echo "==> couchjs (compile)"
 	@rebar compile
 	@cp src/couch/priv/couchjs bin/
 
 clean:
-	@echo "==> couchjs (clean)"
 	@rebar -r clean
 
 check: javascript eunit