[PATCH 1/1] emacs: always write emacs/.eldeps when the target is remade
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 25 Jan 2014 10:21:49 +0000 (12:21 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:59:19 +0000 (09:59 -0800)
7f/2d14dcea857cbdb313b4a4ac39c45f52c255b2 [new file with mode: 0644]

diff --git a/7f/2d14dcea857cbdb313b4a4ac39c45f52c255b2 b/7f/2d14dcea857cbdb313b4a4ac39c45f52c255b2
new file mode 100644 (file)
index 0000000..abc5ec9
--- /dev/null
@@ -0,0 +1,65 @@
+Return-Path: <too@guru-group.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id D6A7C431FBC\r
+       for <notmuch@notmuchmail.org>; Sat, 25 Jan 2014 02:22:04 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id HqBTtJfvQlwt for <notmuch@notmuchmail.org>;\r
+       Sat, 25 Jan 2014 02:21:58 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 8F769431FB6\r
+       for <notmuch@notmuchmail.org>; Sat, 25 Jan 2014 02:21:58 -0800 (PST)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id 13A3A1000C1; Sat, 25 Jan 2014 12:21:51 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 1/1] emacs: always write emacs/.eldeps when the target is\r
+       remade\r
+Date: Sat, 25 Jan 2014 12:21:49 +0200\r
+Message-Id: <1390645309-2326-1-git-send-email-tomi.ollila@iki.fi>\r
+X-Mailer: git-send-email 1.8.0\r
+Cc: tomi.ollila@iki.fi\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 25 Jan 2014 10:22:05 -0000\r
+\r
+So that the target is newer than its prerequisites.\r
+---\r
+ emacs/Makefile.local | 3 +--\r
+ 1 file changed, 1 insertion(+), 2 deletions(-)\r
+\r
+diff --git a/emacs/Makefile.local b/emacs/Makefile.local\r
+index 42bfbd9..d5d402e 100644\r
+--- a/emacs/Makefile.local\r
++++ b/emacs/Makefile.local\r
+@@ -32,8 +32,7 @@ emacs_bytecode = $(emacs_sources:.el=.elc)\r
+ ifeq ($(HAVE_EMACS),1)\r
+ $(dir)/.eldeps: $(dir)/Makefile.local $(dir)/make-deps.el $(emacs_sources)\r
+       $(call quiet,EMACS) --directory emacs -batch -l make-deps.el \\r
+-              -f batch-make-deps $(emacs_sources) > $@.tmp && \\r
+-              (cmp -s $@.tmp $@ || mv $@.tmp $@)\r
++              -f batch-make-deps $(emacs_sources) > $@.tmp && mv $@.tmp $@\r
+ -include $(dir)/.eldeps\r
+ endif\r
+ CLEAN+=$(dir)/.eldeps $(dir)/.eldeps.tmp\r
+-- \r
+1.8.0\r
+\r