summaryrefslogtreecommitdiff
path: root/dist/s_all
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-02-18 11:18:12 -0500
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-02-18 11:18:12 -0500
commitd3c220bd304c3c6481ec093e1d451f5f98502bb0 (patch)
tree31f68aa4d6d8e3fa93d3e8426ca32a1affb90e2b /dist/s_all
parent14a5bf9364cc29ea3e9dc8d62c04c9814a057537 (diff)
downloadmongo-d3c220bd304c3c6481ec093e1d451f5f98502bb0.tar.gz
Add the dist/s_style script, clean up some minor stuff.
Diffstat (limited to 'dist/s_all')
-rw-r--r--dist/s_all11
1 files changed, 6 insertions, 5 deletions
diff --git a/dist/s_all b/dist/s_all
index 4a7f9e8366f..0ebe7ead5aa 100644
--- a/dist/s_all
+++ b/dist/s_all
@@ -41,14 +41,15 @@ run "python api_err.py" "Building error return API"
run "python stat.py" "Building statistics support"
run "python serial.py" "Building serial function support"
-run "sh ./s_prototypes" "Building prototypes for include files"
+run "sh ./s_prototypes" "Building function prototypes"
run "sh ./s_readme" "Building README file"
run "sh ./s_tags" "Building tags files"
-run "sh ./s_whitespace" "Removing trailing whitespace from source files"
-run "sh ./s_copyright" "Checking for incorrect copyright notices"
-run "sh ./s_define" "Checking for unused #defines"
-run "sh ./s_types" "Checking for incorrect types"
+run "sh ./s_copyright" "Checking copyright notices"
+run "sh ./s_define" "Checking unused #defines"
+run "sh ./s_style" "Checking style"
+run "sh ./s_types" "Checking incorrect types"
+run "sh ./s_whitespace" "Checking whitespace"
run "sh ./s_docs" "Generating documentation"