diff options
author | unknown <bell@sanja.is.com.ua> | 2002-10-14 17:55:21 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2002-10-14 17:55:21 +0300 |
commit | 060626bee9ee86bb195a0ddb7eb80c3837f36956 (patch) | |
tree | e056f7ef265f68314f9f9f885d42cfcb375eda36 /BUILD | |
parent | 393e96afdc852620eb2af7c63ebebb76472c1813 (diff) | |
download | mariadb-git-060626bee9ee86bb195a0ddb7eb80c3837f36956.tar.gz |
fix 4.1 build
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/FINISH.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 82f31a14dc4..4e30024985b 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -14,7 +14,8 @@ $make -k clean || true /bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache aclocal && autoheader && aclocal && automake && autoconf -(cd bdb/dist && sh s_all) +# TODO: remove when DBD will be OK +#(cd bdb/dist && sh s_all) (cd innobase && aclocal && autoheader && aclocal && automake && autoconf) if [ -d gemini ] then |