summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-12-10 17:29:47 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-12-10 17:29:47 -0200
commitc3e004458c858a5cea7dc5a693c25b301c0a47a8 (patch)
treeb7aced58dd900d9afd01531ffefd1b00dffda92c /INSTALL
parentdf971dfe066837946222937b94068df80d1270f2 (diff)
parent73718ca8bbd9619f9d42780499c63b32fd074052 (diff)
downloadmediapointer-dvb-s2-c3e004458c858a5cea7dc5a693c25b301c0a47a8.tar.gz
mediapointer-dvb-s2-c3e004458c858a5cea7dc5a693c25b301c0a47a8.tar.bz2
merge backout patch
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 0a0647bb5..bad6ca80b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.