summaryrefslogtreecommitdiff
path: root/dist/s_all
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2013-11-21 16:16:35 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2013-11-21 16:16:35 +1100
commit5d1c4134abdc342e4e9ae49f79eca658910946f5 (patch)
tree30d643d994349b470ad019c64d7fa971e346f320 /dist/s_all
parent38d179ea0012629b21c0adc32568faf7b7f252bf (diff)
downloadmongo-5d1c4134abdc342e4e9ae49f79eca658910946f5.tar.gz
Cleanup warnings from s_all.
Diffstat (limited to 'dist/s_all')
-rw-r--r--dist/s_all4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/s_all b/dist/s_all
index 75e0782c417..c39ea945b3a 100644
--- a/dist/s_all
+++ b/dist/s_all
@@ -58,7 +58,6 @@ run "python flags.py" "building flags"
run "python log.py" "building logging layer"
run "python serial.py" "building serial function support"
run "python stat.py" "building statistics support"
-run "python style.py" "checking style (first pass)"
run "python java_doc.py" "building Java documentation index"
run "sh ./s_typedef -b" "building standard typedefs"
@@ -73,7 +72,8 @@ run "sh ./s_stat" "checking for unused statistics fields"
run "sh ./s_getopt" "checking for incorrect getopt usage"
run "sh ./s_longlines" "checking for long lines"
run "sh ./s_string" "checking string spelling"
-run "sh ./s_style" "checking style"
+run "python style.py" "checking style (pass 1)"
+run "sh ./s_style" "checking style (pass 2)"
run "sh ./s_symbols" "checking external symbol names"
run "sh ./s_typedef -c" "checking for unused typedefs"
run "sh ./s_whitespace" "checking whitespace"