summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-02-17 10:06:49 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-02-17 10:06:49 +0000
commit1f85d2fc8e7d16f55d486ed3afd964ccb4d4b2c4 (patch)
tree9a0ffd52ec9ecacc0106db002e1f95fd4f09fe38 /build_posix
parent8d2eb44e91a2306b54d770348d8a286b79f77535 (diff)
downloadmongo-1f85d2fc8e7d16f55d486ed3afd964ccb4d4b2c4.tar.gz
Don't remove flexlint.out, that's not an expected file.
Diffstat (limited to 'build_posix')
-rwxr-xr-xbuild_posix/reconf5
1 files changed, 2 insertions, 3 deletions
diff --git a/build_posix/reconf b/build_posix/reconf
index 0bca05b7d98..54cf0771c44 100755
--- a/build_posix/reconf
+++ b/build_posix/reconf
@@ -7,9 +7,8 @@ trap 'rm -f $t; exit 0' 0 1 2 3 13 15
clean()
{
test -f Makefile && make distclean > /dev/null
- rm -rf ../Makefile.am ../Makefile.in \
- ../aclocal.m4 ../autom4te.cache ../config.hin ../config.hin~ \
- ../configure flexlint.out mklog gnu-support
+ rm -rf ../Makefile.am ../Makefile.in ../aclocal.m4 ../autom4te.cache \
+ ../config.hin ../config.hin~ ../configure gnu-support mklog
}
while :