Commit 3886c89f authored by unknown's avatar unknown

Merge

parents 9e114f04 e3dc55a8
...@@ -37,7 +37,7 @@ bk export $BD ...@@ -37,7 +37,7 @@ bk export $BD
cd "$BD" cd "$BD"
chmod -R u+rw,g+rw . chmod -R u+rw,g+rw .
#Make it easy to remove an old build # Make it easy to remove an old build
umask 002 umask 002
CC=$cc CXX=$ccc CC=$cc CXX=$ccc
...@@ -52,12 +52,12 @@ set -e ...@@ -52,12 +52,12 @@ set -e
/bin/rm -f */.deps/*.P /bin/rm -f */.deps/*.P
/bin/rm -f config.cache /bin/rm -f config.cache
aclocal && autoheader && aclocal && automake && autoconf aclocal; autoheader; aclocal; automake; autoconf
(cd innobase && aclocal && autoheader && aclocal && automake && autoconf)
(cd bdb/dist && sh s_all) (cd bdb/dist && sh s_all)
(cd innobase && aclocal && autoheader && aclocal && automake && autoconf)
# A normal user starts here. We must use mit-threads. Otherwise it # A normal user starts here. We must use mit-threads, bdb and innobase.
# does not end up in the distribution. # Otherwise they do not end up in the distribution.
./configure \ ./configure \
--with-unix-socket-path=/var/tmp/mysql.sock \ --with-unix-socket-path=/var/tmp/mysql.sock \
--with-low-memory \ --with-low-memory \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment