diff options
author | bell@sanja.is.com.ua <> | 2002-10-14 17:55:21 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-10-14 17:55:21 +0300 |
commit | c72a7a8df296e5cb51242240193235f3cd7845c8 (patch) | |
tree | e056f7ef265f68314f9f9f885d42cfcb375eda36 /BUILD | |
parent | 91c8660c5adaef78f50431a72719b2240be7ed13 (diff) | |
download | mariadb-git-c72a7a8df296e5cb51242240193235f3cd7845c8.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 |