emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 01/01: Makefile: Use -f batch-byte-compile.


From: Mario Lang
Subject: [elpa] 01/01: Makefile: Use -f batch-byte-compile.
Date: Tue, 03 Jun 2014 16:21:33 +0000

mlang pushed a commit to branch externals/chess
in repository elpa.

commit 6d943ea99ee0b6f625caee3d6a8afadfdbf064fc
Author: Mario Lang <address@hidden>
Date:   Tue Jun 3 18:21:23 2014 +0200

    Makefile: Use -f batch-byte-compile.
---
 Makefile |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index f171ce9..9bc4003 100644
--- a/Makefile
+++ b/Makefile
@@ -28,9 +28,7 @@ chess-perft.elc: chess-fen.elc chess-ply.elc chess-pos.elc
 chess-ply.elc: chess-algebraic.elc
 
 .el.elc:
-       @$(EMACS) -L . \
-       --eval "(defun byte-compile-dest-file (f) \"address@hidden")" \
-       --eval "(unless (byte-compile-file \"$<\") (kill-emacs 1))"
+       @$(EMACS) -L . -f batch-byte-compile $<
 
 clean:
        rm -f *.elc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]