summaryrefslogtreecommitdiff
path: root/dist/s_all
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2010-10-14 04:14:28 +1100
committerKeith Bostic <keith@wiredtiger.com>2010-10-14 04:14:28 +1100
commita8ec5856723b38812281e51836d34dc0e21e75ef (patch)
treeee438af9b629012324e1be2eef598fcaed956364 /dist/s_all
parentdbef95bf8691b1fb2c76285f641a84d0411391ab (diff)
downloadmongo-a8ec5856723b38812281e51836d34dc0e21e75ef.tar.gz
bracket run with messages
--HG-- branch : keith
Diffstat (limited to 'dist/s_all')
-rw-r--r--dist/s_all4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/s_all b/dist/s_all
index 316f81fdf9f..b2a66152492 100644
--- a/dist/s_all
+++ b/dist/s_all
@@ -12,6 +12,8 @@ run()
$1 | 2>&1 sed -e 's/^/ /'
}
+echo 'Running dist/s_all...'
+
run "python api_flags.py" "Building API flags include file"
run "python api.py" "Building API methods"
run "python api_err.py" "Building error return API"
@@ -25,3 +27,5 @@ run "sh ./s_whitespace" "Removing trailing whitespace from source files"
run "sh ./s_define" "Checking for unused #defines"
run "sh ./s_copyright" "Checking for incorrect copyright notices"
+
+echo 'Finished dist/s_all'