summaryrefslogtreecommitdiff
path: root/dist/s_release
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2012-01-12 20:11:53 +0000
committerKeith Bostic <keith.bostic@wiredtiger.com>2012-01-12 20:11:53 +0000
commitef08f9423b5a848d01245cf58f9568e41d19eb91 (patch)
tree9dd42c839090ca851b8316cca95dc254a0c44b8c /dist/s_release
parent8977eff468c0577f14eb727835e7527970ca10c1 (diff)
downloadmongo-ef08f9423b5a848d01245cf58f9568e41d19eb91.tar.gz
Don't show the configuration output.
Diffstat (limited to 'dist/s_release')
-rwxr-xr-xdist/s_release2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/s_release b/dist/s_release
index 2549fcd89e9..8682fe09d3d 100755
--- a/dist/s_release
+++ b/dist/s_release
@@ -27,7 +27,7 @@ echo "Running swig to generate the Python API"
(cd "$DEST/build_posix" && \
../configure --enable-python && \
(cd lang/python && make ../../../lang/python/wiredtiger_wrap.c) && \
- make distclean)
+ make distclean) > /dev/null
echo "Building documentation"
(cd "$DEST/dist" && sh s_docs > /dev/null)