diff options
author | monty@hundin.mysql.fi <> | 2001-09-17 23:38:31 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-17 23:38:31 +0300 |
commit | 51c9fd9c9da9667b141093aa1324c61bf2f58f48 (patch) | |
tree | ad12dfe9a19b97a6e39333e49e62efcd48135bea /Build-tools/Do-all-build-steps | |
parent | bfc7394ec3780430a6e387f90dabfa350e418c1d (diff) | |
download | mariadb-git-51c9fd9c9da9667b141093aa1324c61bf2f58f48.tar.gz |
Fix to get all files into the distribution
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-rwxr-xr-x | Build-tools/Do-all-build-steps | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index ccd437a3b7e..2e961af0620 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -64,7 +64,10 @@ aclocal; autoheader; aclocal; automake; autoconf --with-mit-threads=yes $EXTRA_CONFIG \ --enable-thread-safe-client \ --with-berkeley-db \ - --with-innodb + --with-innodb \ + --with-pstack \ + --with-extra-tools \ + --with-embedded-server gmake -j 2 |