Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
c3143dda
Commit
c3143dda
authored
Mar 05, 2001
by
tim@work.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do-all-build-steps Innobase is included in the distribution.
parent
85015ebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Build-tools/Do-all-build-steps
Build-tools/Do-all-build-steps
+5
-1
No files found.
Build-tools/Do-all-build-steps
View file @
c3143dda
...
...
@@ -48,6 +48,9 @@ set -e
/bin/rm -f config.cache
aclocal; autoheader; aclocal; automake; autoconf
cd innobase
aclocal; autoheader; aclocal; automake; autoconf
cd ..
# Since we have moved the configure.in stuff from readline to the
# toplevel why do this? David 990630
...
...
@@ -60,7 +63,8 @@ aclocal; autoheader; aclocal; automake; autoconf
--with-low-memory
\
--with-mit-threads=yes
$EXTRA_CONFIG
\
--enable-thread-safe-client
\
--without-berkeley-db
--without-berkeley-db
\
--with-innobase-db
gmake -j 2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment