diff options
author | unknown <tim@threads.polyesthetic.msg> | 2001-03-04 20:59:13 -0500 |
---|---|---|
committer | unknown <tim@threads.polyesthetic.msg> | 2001-03-04 20:59:13 -0500 |
commit | d928c79413f215faad8b32d869f2112dda8c04a2 (patch) | |
tree | d6af5e6205f6428836bde04b6f8090e10d302bbe /BUILD | |
parent | a30f1a85795a78500a7b27fb0e835fb19f69199f (diff) | |
download | mariadb-git-d928c79413f215faad8b32d869f2112dda8c04a2.tar.gz |
Small changes to make life with BDB in the tree easier.
BitKeeper/etc/ignore:
added bdb/build_unix/*
BUILD/FINISH.sh:
Run the s_all script in bdb/dist before running configure
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/FINISH.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 41eab2442d7..4f13f5f8e4d 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -12,10 +12,9 @@ commands="\ $make -k clean || true /bin/rm -f */.deps/*.P config.cache -aclocal; autoheader; aclocal; automake; autoconf -cd innobase -aclocal; autoheader; aclocal; automake; autoconf -cd .. +aclocal && autoheader && aclocal && automake && autoconf +(cd bdb/dist && sh s_all) +(cd innobase && aclocal && autoheader && aclocal && automake && autoconf) CFLAGS=\"$cflags\" CXX=gcc CXXFLAGS=\"$cxxflags\" $configure" |