Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB91D11186 for ; Fri, 5 Sep 2014 21:11:26 +0000 (UTC) Received: (qmail 17945 invoked by uid 500); 5 Sep 2014 21:11:26 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 17835 invoked by uid 500); 5 Sep 2014 21:11:26 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 17492 invoked by uid 99); 5 Sep 2014 21:11:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2014 21:11:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2B024A0B430; Fri, 5 Sep 2014 21:11:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Fri, 05 Sep 2014 21:11:34 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Fri Sep 5 18:30:30 2014 +0100 Committer: Robert Newson 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