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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
8773431b
Commit
8773431b
authored
Mar 07, 2001
by
tim@work.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
f74ffcca
28433a12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Build-tools/Do-all-build-steps
Build-tools/Do-all-build-steps
+5
-5
No files found.
Build-tools/Do-all-build-steps
View file @
8773431b
...
...
@@ -37,7 +37,7 @@ bk export $BD
cd "
$BD
"
chmod -R u+rw,g+rw .
#Make it easy to remove an old build
#
Make it easy to remove an old build
umask 002
CC=
$cc
CXX=
$ccc
...
...
@@ -52,12 +52,12 @@ set -e
/bin/rm -f */.deps/*.P
/bin/rm -f config.cache
aclocal && autoheader && aclocal && automake && autoconf
(cd innobase && aclocal && autoheader && aclocal && automake && autoconf)
aclocal; autoheader; aclocal; automake; autoconf
(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
#
does
not end up in the distribution.
# A normal user starts here. We must use mit-threads
, bdb and innobase.
#
Otherwise they do
not end up in the distribution.
./configure
\
--with-unix-socket-path=/var/tmp/mysql.sock
\
--with-low-memory
\
...
...
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