unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 1/1] emacs: always write emacs/.eldeps when the target is remade
@ 2014-01-25 10:21 Tomi Ollila
  2014-02-13  7:10 ` Austin Clements
  0 siblings, 1 reply; 11+ messages in thread
From: Tomi Ollila @ 2014-01-25 10:21 UTC (permalink / raw)
  To: notmuch; +Cc: tomi.ollila

So that the target is newer than its prerequisites.
---
 emacs/Makefile.local | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index 42bfbd9..d5d402e 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -32,8 +32,7 @@ emacs_bytecode = $(emacs_sources:.el=.elc)
 ifeq ($(HAVE_EMACS),1)
 $(dir)/.eldeps: $(dir)/Makefile.local $(dir)/make-deps.el $(emacs_sources)
 	$(call quiet,EMACS) --directory emacs -batch -l make-deps.el \
-		-f batch-make-deps $(emacs_sources) > $@.tmp && \
-		(cmp -s $@.tmp $@ || mv $@.tmp $@)
+		-f batch-make-deps $(emacs_sources) > $@.tmp && mv $@.tmp $@
 -include $(dir)/.eldeps
 endif
 CLEAN+=$(dir)/.eldeps $(dir)/.eldeps.tmp
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-02-22  1:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-25 10:21 [PATCH 1/1] emacs: always write emacs/.eldeps when the target is remade Tomi Ollila
2014-02-13  7:10 ` Austin Clements
2014-02-13  7:26   ` Tomi Ollila
2014-02-13  7:49     ` Austin Clements
2014-02-14 19:24       ` Tomi Ollila
2014-02-14 21:58         ` Austin Clements
2014-02-19 19:54           ` Austin Clements
2014-02-19 20:47             ` Tomi Ollila
2014-02-20  4:24               ` [PATCH] emacs: Avoid rebuilding .eldeps even when there's nothing to do Austin Clements
2014-02-20 17:00                 ` Tomi Ollila
2014-02-22  1:21                 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).