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.
make check
1 parent 3a68bcc commit fa5672fCopy full SHA for fa5672f
Makefile
@@ -54,8 +54,10 @@ all: compile $(AUTOLOADS)
54
55
compile: $(ELCFILES)
56
57
-check: # TODO: activate 'byte-compile-error-on-warn' when we have fixed most warnings
58
- $(BATCH) --eval "(byte-compile-disable-warning 'cl-functions)" \
+check:
+ $(BATCH) \
59
+ --eval "(setq byte-compile-error-on-warn t)" \
60
+ --eval "(byte-compile-disable-warning 'cl-functions)" \
61
-f batch-byte-compile $(ELFILES)
62
@$(RM) $(ELCFILES)
63
$(BATCH) --eval '(when (check-declare-directory ".") (error "check-declare failed"))'
0 commit comments