diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-10 17:01:54 -0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-10 17:01:54 -0200 |
| commit | d3cfa593f943f1404d84c0a16d57507541e1f2b1 (patch) | |
| tree | c915ce4107c8692f7d6e063c8b7f674a55777b0f /INSTALL | |
| parent | c110c10d4a3e9573d3d8231df2eb2ab12e7d0824 (diff) | |
| parent | cdac3fcffa086178870fd6f48bc828d0ca878905 (diff) | |
| download | mediapointer-dvb-s2-d3cfa593f943f1404d84c0a16d57507541e1f2b1.tar.gz mediapointer-dvb-s2-d3cfa593f943f1404d84c0a16d57507541e1f2b1.tar.bz2 | |
merge: http://linuxtv.org/hg/~mcisely/pvrusb2
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -106,3 +106,14 @@ update - updates the tree from master repository 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. |
