git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6/7] Small changes
@ 2007-03-03 10:20 Xavier Maillard
  2007-03-03 22:15 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Xavier Maillard @ 2007-03-03 10:20 UTC (permalink / raw)
  To: git; +Cc: julliard


* Makefile: add git-blame as a candidate to the
  byte-compilation. Change the function to call to byte-compile.

Signed-off-by: Xavier Maillard <zedek@gnu.org>
---
 contrib/emacs/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/emacs/Makefile b/contrib/emacs/Makefile
index 350846d..8554e39 100644
--- a/contrib/emacs/Makefile
+++ b/contrib/emacs/Makefile
@@ -2,7 +2,7 @@
 
 EMACS = emacs
 
-ELC = git.elc vc-git.elc
+ELC = git.elc vc-git.elc git-blame.elc
 INSTALL ?= install
 INSTALL_ELC = $(INSTALL) -m 644
 prefix ?= $(HOME)
@@ -15,6 +15,6 @@ install: all
 	$(INSTALL_ELC) $(ELC) $(emacsdir)
 
 %.elc: %.el
-	$(EMACS) --batch --eval '(byte-compile-file "$<")'
+	$(EMACS) -batch -f batch-byte-compile $<
 
 clean:; rm -f $(ELC)
-- 
1.5.0

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

end of thread, other threads:[~2007-03-05  8:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-03 10:20 [PATCH 6/7] Small changes Xavier Maillard
2007-03-03 22:15 ` Junio C Hamano
2007-03-05  7:52   ` Xavier Maillard
2007-03-05  8:46     ` Junio C Hamano

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 NNTP newsgroup(s).