diff options
author | unknown <ram@mysql.r18.ru> | 2002-11-05 18:12:53 +0400 |
---|---|---|
committer | unknown <ram@mysql.r18.ru> | 2002-11-05 18:12:53 +0400 |
commit | 11c6f6c45193a0cc4f67ae49dade54f72908542a (patch) | |
tree | 8360349cab19ba15bc3e06a9b6c9d1ec9eac1130 /bdb/dist | |
parent | 4e533c9efe074e4b331be98d6c1867da74ecb3d0 (diff) | |
download | mariadb-git-11c6f6c45193a0cc4f67ae49dade54f72908542a.tar.gz |
fix for BDB 4.1.24
deleted unnecessary files from bdb/
BitKeeper/deleted/.del-crypto_ext.h~3cb68f2aa5f8cd83:
Delete: bdb/dbinc_auto/crypto_ext.h
BitKeeper/deleted/.del-int_def.in~2fb1cf84ef399553:
Delete: bdb/dbinc_auto/int_def.in
BitKeeper/deleted/.del-TESTS~71f3060229e13171:
Delete: bdb/test/TESTS
bdb/dist/s_tags:
fix for BDB 4.1.24
Diffstat (limited to 'bdb/dist')
-rwxr-xr-x | bdb/dist/s_tags | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bdb/dist/s_tags b/bdb/dist/s_tags index 1c0be7b9e0f..d5037896443 100755 --- a/bdb/dist/s_tags +++ b/bdb/dist/s_tags @@ -8,7 +8,7 @@ files="../dbinc/*.h \ ../btree/*.[ch] \ ../clib/*.[ch] \ ../common/*.[ch] \ - ../crypto/*.[ch] \ +# ../crypto/*.[ch] \ ../crypto/mersenne/*.[ch] \ ../crypto/rijndael/*.[ch] \ ../db/*.[ch] \ @@ -54,7 +54,7 @@ fi ctags $flags $files 2>/dev/null chmod 444 $f -f=../test_perf/tags -echo "Building $f" -(cd ../test_perf && ctags $flags *.[ch] 2>/dev/null) -chmod 444 $f +#f=../test_perf/tags +#echo "Building $f" +#(cd ../test_perf && ctags $flags *.[ch] 2>/dev/null) +#chmod 444 $f |