]> git.eshelyaron.com Git - emacs.git/commit
Minimally support Flymake in Emacs C sources
authorJoão Távora <joaotavora@gmail.com>
Fri, 1 Jun 2018 23:12:30 +0000 (00:12 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sat, 2 Jun 2018 00:47:19 +0000 (01:47 +0100)
commit6a672b792512e5c70254844dd59e0ec1ef0870ba
tree19fdcf8ff3a286d6b25cc673e5e0856fdda0058c
parent86ace8fbf65c7b2ea8b5c4bd16f8c76debb97cf2
Minimally support Flymake in Emacs C sources

The check-syntax target is enabled the use of Flymake's "legacy"
backend, flymake-proc-legacy-flymake in src/*.c.  It works quite well
with C sources.  The green light for this change had already been
given some time ago in

https://lists.gnu.org/archive/html/emacs-devel/2017-10/msg00385.html

* src/Makefile.in (check-syntax): New target.
(.PHONY): Add check-syntax.
src/Makefile.in