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:34 UTC

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

fix makefile target dependencies


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

Branch: refs/heads/master
Commit: 7f9a7cff23a3569527d0197b49f6a1fcce154239
Parents: 1c8597e
Author: Robert Newson <rn...@apache.org>
Authored: Fri Sep 5 18:30:30 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Fri Sep 5 18:30:30 2014 +0100

----------------------------------------------------------------------
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/7f9a7cff/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index c7a1b79..0727521 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ clean:
 	@echo "==> couchjs (clean)"
 	@rebar -r clean
 
-check: compile javascript eunit
+check: javascript eunit
 
 
 dist: compile
@@ -64,9 +64,9 @@ docker-stop:
 	@docker stop `cat .docker-id`
 
 eunit: export BUILDDIR = $(shell pwd)
-eunit:
+eunit: compile
 	@rebar setup_eunit
 	@rebar -r eunit skip_deps=meck,mochiweb,lager,snappy,couch_replicator,fabric,folsom
 
-javascript:
+javascript: compile
 	@dev/run test/javascript/run