unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 1/2] build: Ensure that '.' is in the emacs load-path when compiling files.
@ 2010-02-17 14:04 David Edmondson
  2010-02-17 14:04 ` [PATCH 2/2] notmuch.el: Replace inline function calls for body cleaning with a hook mechanism David Edmondson
  0 siblings, 1 reply; 4+ messages in thread
From: David Edmondson @ 2010-02-17 14:04 UTC (permalink / raw)
  To: notmuch

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 64b9d4a..9fcb2b9 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ quiet ?= $($1)
 	$(call quiet,CC,$(CFLAGS)) -c $(FINAL_CFLAGS) $< -o $@
 
 %.elc: %.el
-	$(call quiet,EMACS) -batch -f batch-byte-compile $<
+	$(call quiet,EMACS) -batch --directory . -f batch-byte-compile $<
 
 .deps/%.d: %.c $(all_deps)
 	@set -e; rm -f $@; mkdir -p $$(dirname $@) ; \
-- 
1.6.6.1

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

end of thread, other threads:[~2010-02-18 11:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-17 14:04 [PATCH 1/2] build: Ensure that '.' is in the emacs load-path when compiling files David Edmondson
2010-02-17 14:04 ` [PATCH 2/2] notmuch.el: Replace inline function calls for body cleaning with a hook mechanism David Edmondson
2010-02-18  9:43   ` David Edmondson
2010-02-18 11:00     ` David Edmondson

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).