File tree Expand file tree Collapse file tree 3 files changed +745
-20
lines changed Expand file tree Collapse file tree 3 files changed +745
-20
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ GIT_VERSION = $(shell git describe --tags --match 'v[0-9]*' --long --dirty | sed
3
3
4
4
INSTALL_INFO = install-info
5
5
EMACS = emacs
6
- EFLAGS = --eval "(when (< emacs-major-version 24) \
7
- (add-to-list 'load-path (expand-file-name \"tests/compat\") ) \
6
+ EFLAGS = --eval "(add-to-list 'load-path (expand-file-name \"tests/compat\") 'append)" \
7
+ --eval "(when (< emacs-major-version 24 ) \
8
8
(setq byte-compile-warnings '(not cl-functions)))" \
9
- --eval '(setq byte-compile-error-on-warn t)'
9
+ --eval '(setq byte-compile-error-on-warn t)' \
10
10
11
11
BATCH = $(EMACS ) $(EFLAGS ) --batch -Q -L .
12
12
SUBST_ATAT = sed -e 's/@@GIT_VERSION@@/$(GIT_VERSION ) /g;s/@GIT_VERSION@/$(GIT_VERSION ) /g;s/@@VERSION@@/$(VERSION ) /g;s/@VERSION@/$(VERSION ) /g'
You can’t perform that action at this time.
0 commit comments