Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 7f / 2d14dcea857cbdb313b4a4ac39c45f52c255b2
1 Return-Path: <too@guru-group.fi>\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 D6A7C431FBC\r
6         for <notmuch@notmuchmail.org>; Sat, 25 Jan 2014 02:22:04 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id HqBTtJfvQlwt for <notmuch@notmuchmail.org>;\r
16         Sat, 25 Jan 2014 02:21:58 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 8F769431FB6\r
19         for <notmuch@notmuchmail.org>; Sat, 25 Jan 2014 02:21:58 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 13A3A1000C1; Sat, 25 Jan 2014 12:21:51 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH 1/1] emacs: always write emacs/.eldeps when the target is\r
25         remade\r
26 Date: Sat, 25 Jan 2014 12:21:49 +0200\r
27 Message-Id: <1390645309-2326-1-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 1.8.0\r
29 Cc: tomi.ollila@iki.fi\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.13\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Sat, 25 Jan 2014 10:22:05 -0000\r
43 \r
44 So that the target is newer than its prerequisites.\r
45 ---\r
46  emacs/Makefile.local | 3 +--\r
47  1 file changed, 1 insertion(+), 2 deletions(-)\r
48 \r
49 diff --git a/emacs/Makefile.local b/emacs/Makefile.local\r
50 index 42bfbd9..d5d402e 100644\r
51 --- a/emacs/Makefile.local\r
52 +++ b/emacs/Makefile.local\r
53 @@ -32,8 +32,7 @@ emacs_bytecode = $(emacs_sources:.el=.elc)\r
54  ifeq ($(HAVE_EMACS),1)\r
55  $(dir)/.eldeps: $(dir)/Makefile.local $(dir)/make-deps.el $(emacs_sources)\r
56         $(call quiet,EMACS) --directory emacs -batch -l make-deps.el \\r
57 -               -f batch-make-deps $(emacs_sources) > $@.tmp && \\r
58 -               (cmp -s $@.tmp $@ || mv $@.tmp $@)\r
59 +               -f batch-make-deps $(emacs_sources) > $@.tmp && mv $@.tmp $@\r
60  -include $(dir)/.eldeps\r
61  endif\r
62  CLEAN+=$(dir)/.eldeps $(dir)/.eldeps.tmp\r
63 -- \r
64 1.8.0\r
65 \r