Small changes to make life with BDB in the tree easier.

parent 52748515
...@@ -196,3 +196,4 @@ bdb/build_vxworks/db.h ...@@ -196,3 +196,4 @@ bdb/build_vxworks/db.h
bdb/build_win32/db.h bdb/build_win32/db.h
bdb/dist/configure bdb/dist/configure
bdb/dist/tags bdb/dist/tags
bdb/build_unix/*
...@@ -12,10 +12,9 @@ commands="\ ...@@ -12,10 +12,9 @@ commands="\
$make -k clean || true $make -k clean || true
/bin/rm -f */.deps/*.P config.cache /bin/rm -f */.deps/*.P config.cache
aclocal; autoheader; aclocal; automake; autoconf aclocal && autoheader && aclocal && automake && autoconf
cd innobase (cd bdb/dist && sh s_all)
aclocal; autoheader; aclocal; automake; autoconf (cd innobase && aclocal && autoheader && aclocal && automake && autoconf)
cd ..
CFLAGS=\"$cflags\" CXX=gcc CXXFLAGS=\"$cxxflags\" $configure" CFLAGS=\"$cflags\" CXX=gcc CXXFLAGS=\"$cxxflags\" $configure"
......
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