diff options
author | guilhem@mysql.com <> | 2005-04-27 22:46:20 +0200 |
---|---|---|
committer | guilhem@mysql.com <> | 2005-04-27 22:46:20 +0200 |
commit | 0a21c374da30caeb5ed7446bb3efada616c44e41 (patch) | |
tree | e49715372a12c862bb99b53c2518c0889de855a9 /BUILD/FINISH.sh | |
parent | 72955bd0e22719a5a82a0b3e0c0e9beb7ca8c707 (diff) | |
download | mariadb-git-0a21c374da30caeb5ed7446bb3efada616c44e41.tar.gz |
update of BUILD/* scripts to storage/ directory structure (they didn't work anymore)
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r-- | BUILD/FINISH.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 81defaa7f52..ae0518c150d 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -11,15 +11,15 @@ done commands="\ $make -k distclean || true -/bin/rm -rf */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache bdb/dist/autom4te.cache autom4te.cache innobase/autom4te.cache; +/bin/rm -rf */.deps/*.P config.cache storage/innobase/config.cache storage/bdb/build_unix/config.cache bdb/dist/autom4te.cache autom4te.cache innobase/autom4te.cache; aclocal || (echo \"Can't execute aclocal\" && exit 1) autoheader || (echo \"Can't execute autoheader\" && exit 1) aclocal || (echo \"Can't execute aclocal\" && exit 1) automake || (echo \"Can't execute automake\" && exit 1) autoconf || (echo \"Can't execute autoconf\" && exit 1) -(cd bdb/dist && sh s_all) -(cd innobase && aclocal && autoheader && aclocal && automake && autoconf) +(cd storage/bdb/dist && sh s_all) +(cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf) if [ -d gemini ] then (cd gemini && aclocal && autoheader && aclocal && automake && autoconf) |