diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-10 10:32:29 -0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-10 10:32:29 -0200 |
| commit | 5b66fb825576bc376413e7dc4f936b97ee5e5553 (patch) | |
| tree | 45625d0c2b4a144375c9f5df5b11dbf461f44965 /INSTALL | |
| parent | 61e5a6aab4808f04a473de863f5a902dab216b93 (diff) | |
| download | mediapointer-dvb-s2-5b66fb825576bc376413e7dc4f936b97ee5e5553.tar.gz mediapointer-dvb-s2-5b66fb825576bc376413e7dc4f936b97ee5e5553.tar.bz2 | |
Improve check.pl to support gcc error style, and terse
From: Mauro Carvalho Chehab <mchehab@infradead.org>
With "make checkpatch", all c-compilation error parsers will be able to handle
the error codes, allowing the user to navigate inside codingstyle errors as if
they where generated by gcc.
"make terse" will produce error codes using terse syntax, also common on
development tools.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -108,3 +108,12 @@ commit - commits the change, asking for a commit msg push - sends outgoing stuff to master repository checkemacs - checks codingstyle and reports to emacs + using "make checkemacs" at emacs compile menu, + will report the lines with errors inside emacs. + +checkpatch - checks codingstyle and reports using the same + format as c. This way, c error parsers will + handle it. + +checkterse - checks codingstyle and reports using terse + syntax, used on several compilaton tools. |
