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

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

[nongnu] elpa/git-commit a5af076cab 1/2: make: Use new EMACS_ARGS variab


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit a5af076cab 1/2: make: Use new EMACS_ARGS variable
Date: Tue, 24 Jan 2023 15:59:41 -0500 (EST)

branch: elpa/git-commit
commit a5af076cabea52160d85e207ebdf14a24ea5bbcf
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    make: Use new EMACS_ARGS variable
    
    All my other Makefiles already used that variable
    and the shared CI workflows expect that it is used.
---
 default.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/default.mk b/default.mk
index 8e65cf8ebd..efba734196 100644
--- a/default.mk
+++ b/default.mk
@@ -25,8 +25,9 @@ RMDIR    ?= rm -rf
 TAR      ?= tar
 SED      ?= sed
 
-EMACS    ?= emacs
-BATCH     = $(EMACS) -Q --batch $(LOAD_PATH)
+EMACS      ?= emacs
+EMACS_ARGS ?=
+BATCH       = $(EMACS) -Q --batch $(EMACS_ARGS) $(LOAD_PATH)
 
 LISP_EXTRA_TARGETS ?= check-declare
 



reply via email to

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