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 BDB4E109F2 for ; Fri, 17 Jan 2014 22:13:00 +0000 (UTC) Received: (qmail 54093 invoked by uid 500); 17 Jan 2014 22:12:36 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 53341 invoked by uid 500); 17 Jan 2014 22:12:04 -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 52134 invoked by uid 99); 17 Jan 2014 22:11:34 -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, 17 Jan 2014 22:11:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8B25A37815; Fri, 17 Jan 2014 22:11:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davisp@apache.org To: commits@couchdb.apache.org Date: Fri, 17 Jan 2014 22:11:59 -0000 Message-Id: In-Reply-To: <7f01ce6672644428988899c329cde569@git.apache.org> References: <7f01ce6672644428988899c329cde569@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [28/50] [abbrv] git commit: Add PHONY targets for safety Add PHONY targets for safety Just trying to be a bit more thorough in the Makefile targets. Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/b42ca68c Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/b42ca68c Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/b42ca68c Branch: refs/heads/import Commit: b42ca68c5830aaea5ac9c777db0cc17d0890baa0 Parents: 654a9cf Author: Paul J. Davis Authored: Tue Oct 23 14:20:52 2012 -0500 Committer: Paul J. Davis Committed: Tue Oct 23 14:20:52 2012 -0500 ---------------------------------------------------------------------- Makefile | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b42ca68c/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 6541804..ecd58a9 100644 --- a/Makefile +++ b/Makefile @@ -37,3 +37,5 @@ check: build etap eunit %.beam: %.erl erlc -o test/ $< + +.PHONY: all clean distclean depends build etap eunit check