We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6332cf commit e8062baCopy full SHA for e8062ba
Makefile
@@ -43,9 +43,7 @@ compile: $(ELCFILES)
43
44
$(ELCHECKS): check-%: %.el
45
@$(BATCH) --eval '(when (check-declare-file "$*.el") (error "check-declare failed"))'
46
- @$(BATCH) \
47
- --eval "(setq byte-compile-error-on-warn t)" \
48
- -f batch-byte-compile $*.el
+ @$(BATCH) -f batch-byte-compile $*.el
49
@$(RM) $*.elc
50
@if [ -f "$(<:%.el=tests/%-tests.el)" ]; then \
51
if $(BATCH) --eval "(require 'ert)" 2> /dev/null; then \
0 commit comments