[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / f8 / c1e32edeb376359575e440e7b4311c5da10d56
1 Return-Path: <jan@ryngle.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 69BAB431FBC\r
6         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 04:55:47 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id 2GIqBTDIx+qt for <notmuch@notmuchmail.org>;\r
11         Sun, 22 Nov 2009 04:55:46 -0800 (PST)\r
12 Received: from mail-fx0-f214.google.com (mail-fx0-f214.google.com\r
13         [209.85.220.214])\r
14         by olra.theworths.org (Postfix) with ESMTP id A439A431FAE\r
15         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 04:55:46 -0800 (PST)\r
16 Received: by fxm6 with SMTP id 6so5040530fxm.0\r
17         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 04:55:45 -0800 (PST)\r
18 Received: by 10.102.245.35 with SMTP id s35mr1633080muh.124.1258894544680;\r
19         Sun, 22 Nov 2009 04:55:44 -0800 (PST)\r
20 Received: from x61s.janakj (r2c34.net.upc.cz [62.245.66.34])\r
21         by mx.google.com with ESMTPS id i7sm12756869mue.46.2009.11.22.04.55.43\r
22         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
23         Sun, 22 Nov 2009 04:55:44 -0800 (PST)\r
24 Received: by x61s.janakj (Postfix, from userid 1000)\r
25         id 1B43E440651; Sun, 22 Nov 2009 13:55:35 +0100 (CET)\r
26 From: Jan Janak <jan@ryngle.com>\r
27 To: notmuch@notmuchmail.org\r
28 Date: Sun, 22 Nov 2009 13:55:35 +0100\r
29 Message-Id: <1258894535-30056-1-git-send-email-jan@ryngle.com>\r
30 X-Mailer: git-send-email 1.6.3.3\r
31 Subject: [notmuch] [PATCH] makefile: Declare clean target as phony.\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.12\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Sun, 22 Nov 2009 12:55:47 -0000\r
45 \r
46 This ensures that make clean always proceeds, even if the user\r
47 accidentally creates a file named 'clean'. Also, it ignores errors in\r
48 rm and other commands.\r
49 \r
50 Signed-off-by: Jan Janak <jan@ryngle.com>\r
51 ---\r
52  Makefile |    1 +\r
53  1 files changed, 1 insertions(+), 0 deletions(-)\r
54 \r
55 diff --git a/Makefile b/Makefile\r
56 index 3553ff4..2d19a6e 100644\r
57 --- a/Makefile\r
58 +++ b/Makefile\r
59 @@ -75,5 +75,6 @@ DEPS := $(SRCS:%.c=.deps/%.d)\r
60  DEPS := $(DEPS:%.cc=.deps/%.d)\r
61  -include $(DEPS)\r
62  \r
63 +.PHONY : clean\r
64  clean:\r
65         rm -f $(CLEAN); rm -rf .deps\r
66 -- \r
67 1.6.3.3\r
68 \r