git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d17bd63
)
HACKING: Document make targets and ./configure --enable-gcc-warnings.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 17 Aug 2009 11:23:32 +0000
(12:23 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 17 Aug 2009 11:23:32 +0000
(12:23 +0100)
HACKING
patch
|
blob
|
history
diff --git
a/HACKING
b/HACKING
index
3746ffd
..
a61de09
100644
(file)
--- a/
HACKING
+++ b/
HACKING
@@
-24,6
+24,13
@@
Please make sure that the code compiles without warnings.
Please test any changes.
+Useful targets:
+ make syntax-check Checks the syntax of the C code.
+ make check Runs the test suite.
+
+Enable warnings, and fix any you find:
+ ./configure --enable-gcc-warnings
+
Code indentation
----------------------------------------------------------------------
Our C source code generally adheres to some basic code-formatting