diff options
author | Keith Bostic <keith.bostic@mongodb.com> | 2016-05-01 23:39:30 -0400 |
---|---|---|
committer | Michael Cahill <michael.cahill@mongodb.com> | 2016-05-02 13:39:30 +1000 |
commit | 701e83d37a3363fa02c54677586dd5b2b097ed43 (patch) | |
tree | d9d065e0e52a46ed9c9abff20dcf9b8abe7f88df /dist/s_longlines | |
parent | 445df700b7902ef21a3d54ad657ebbcb8e8da6b2 (diff) | |
download | mongo-701e83d37a3363fa02c54677586dd5b2b097ed43.tar.gz |
WT-2599: split out the checksum code from the support directory (#2707)
* WT-2599: split out the checksum code from the support directory
Also fix a lint complaint about missing enum options in a case statement and remove unnecessary WT_FILE_SYSTEM/WT_FILE_HANDLE method initialization.
Diffstat (limited to 'dist/s_longlines')
-rwxr-xr-x | dist/s_longlines | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/s_longlines b/dist/s_longlines index 000f33d51d5..2837d400f9e 100755 --- a/dist/s_longlines +++ b/dist/s_longlines @@ -8,9 +8,9 @@ l=`(cd .. && find bench/wtperf examples ext src test -name '*.[chisy]' && find dist -name '*.py' && find src -name '*.in') | - sed -e '/dist\/stat_data\.py/d' \ + sed -e '/checksum\/power8/d' \ + -e '/dist\/stat_data\.py/d' \ -e '/include\/extern\.h/d' \ - -e '/support\/power8/d' \ -e '/support\/stat\.c/d'` for f in $l ; do |