diff options
author | unknown <brian@zim.(none)> | 2006-08-09 17:33:08 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-08-09 17:33:08 -0700 |
commit | 21bb4f9465751b3a93efca2415dc215de3c55b0f (patch) | |
tree | d881a3ce87f89e90f4b1a12a9212433554eb6c48 /BUILD/Makefile.am | |
parent | b6897efbb8b7119e4abd28bed93a3579c2bf914e (diff) | |
download | mariadb-git-21bb4f9465751b3a93efca2415dc215de3c55b0f.tar.gz |
First stage removeal of BDB.
BitKeeper/deleted/.del-CMakeLists.txt:
Delete: storage/bdb/CMakeLists.txt
BitKeeper/deleted/.del-LICENSE:
Delete: storage/bdb/LICENSE
BitKeeper/deleted/.del-Makefile.in:
Delete: storage/bdb/Makefile.in
BitKeeper/deleted/.del-compile-pentium-debug-no-bdb:
Delete: BUILD/compile-pentium-debug-no-bdb
BUILD/Makefile.am:
Remove dropped file
configure.in:
Remove berkely from configure.
BUILD/compile-dist:
Remove option to build bdb
BUILD/compile-solaris-sparc-purify:
Remove option for bdb build
libmysqld/Makefile.am:
Remove option for bdb build
sql/Makefile.am:
Remove bdb build
Diffstat (limited to 'BUILD/Makefile.am')
-rw-r--r-- | BUILD/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD/Makefile.am b/BUILD/Makefile.am index a5f3623c25e..667d7c396b3 100644 --- a/BUILD/Makefile.am +++ b/BUILD/Makefile.am @@ -38,7 +38,6 @@ EXTRA_DIST = FINISH.sh \ compile-pentium-debug-max \ compile-pentium-debug-max-no-embedded \ compile-pentium-debug-max-no-ndb \ - compile-pentium-debug-no-bdb \ compile-pentium-debug-openssl \ compile-pentium-debug-yassl \ compile-pentium-gcov \ |