summaryrefslogtreecommitdiff
path: root/bdb/dist
diff options
context:
space:
mode:
authorram@mysql.r18.ru <>2003-01-22 15:29:31 +0400
committerram@mysql.r18.ru <>2003-01-22 15:29:31 +0400
commit6c578d516836b2a5664bb89e19466c0dda6644f1 (patch)
treea06e470af27c0d1183c9fbe32544e0b2ccb31000 /bdb/dist
parent7436e9ec97feed09bbda0c3a8b58c6f1f30ca243 (diff)
downloadmariadb-git-6c578d516836b2a5664bb89e19466c0dda6644f1.tar.gz
bdb/ cleanup (SCRUM)
Diffstat (limited to 'bdb/dist')
-rwxr-xr-xbdb/dist/s_include2
-rwxr-xr-xbdb/dist/s_recover2
-rwxr-xr-xbdb/dist/s_symlink8
3 files changed, 6 insertions, 6 deletions
diff --git a/bdb/dist/s_include b/bdb/dist/s_include
index 44bfce30ee7..878b4a38af1 100755
--- a/bdb/dist/s_include
+++ b/bdb/dist/s_include
@@ -71,7 +71,7 @@ head defonly _DB_INT_DEF_IN_ > $i_dfile
# Process the standard directories, creating per-directory prototype
# files and adding to the external prototype and #define files.
-for i in db btree clib common crypto dbreg env fileops hash hmac \
+for i in db btree clib common dbreg env fileops hash hmac \
lock log mp mutex os qam rep rpc_client rpc_server tcl txn xa; do
head "_${i}_ext_h_" > $i_pfile
diff --git a/bdb/dist/s_recover b/bdb/dist/s_recover
index 869b5bfd363..fc2e160c083 100755
--- a/bdb/dist/s_recover
+++ b/bdb/dist/s_recover
@@ -66,4 +66,4 @@ for i in db dbreg btree fileops hash qam txn; do
done
# Build the example application's recovery routines.
-(cd ../examples_c/ex_apprec && sh auto_rebuild)
+#(cd ../examples_c/ex_apprec && sh auto_rebuild)
diff --git a/bdb/dist/s_symlink b/bdb/dist/s_symlink
index ee80a220a83..8da49ca0c75 100755
--- a/bdb/dist/s_symlink
+++ b/bdb/dist/s_symlink
@@ -14,7 +14,7 @@ build btree/tags ../dist/tags
build build_unix/tags ../dist/tags
build clib/tags ../dist/tags
build common/tags ../dist/tags
-build crypto/tags ../dist/tags
+#build crypto/tags ../dist/tags
build cxx/tags ../dist/tags
build db/tags ../dist/tags
build db185/tags ../dist/tags
@@ -34,9 +34,9 @@ build dbinc_auto/tags ../dist/tags
build dbm/tags ../dist/tags
build dbreg/tags ../dist/tags
build env/tags ../dist/tags
-build examples_c/tags ../dist/tags
-build examples_cxx/tags ../dist/tags
-build examples_java java/src/com/sleepycat/examples
+#build examples_c/tags ../dist/tags
+#build examples_cxx/tags ../dist/tags
+#build examples_java java/src/com/sleepycat/examples
build fileops/tags ../dist/tags
build hash/tags ../dist/tags
build hmac/tags ../dist/tags