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
6808abd2
Commit
6808abd2
authored
Mar 04, 2001
by
tim@threads.polyesthetic.msg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small changes to make life with BDB in the tree easier.
parent
52748515
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.bzrignore
.bzrignore
+1
-0
BUILD/FINISH.sh
BUILD/FINISH.sh
+3
-4
No files found.
.bzrignore
View file @
6808abd2
...
@@ -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/*
BUILD/FINISH.sh
View file @
6808abd2
...
@@ -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
"
...
...
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