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
a7d6161a
Commit
a7d6161a
authored
Jan 17, 2006
by
osku
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Port r136 from branches/5.0 (slightly tweaked for 5.1):
Add BUILD/compile-innodb script.
parent
04e8d675
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
compile-innodb
compile-innodb
+12
-0
setup.sh
setup.sh
+2
-2
No files found.
compile-innodb
0 → 100755
View file @
a7d6161a
#! /bin/sh
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
extra_flags
=
"
$pentium_cflags
$fast_cflags
"
extra_configs
=
"
$pentium_configs
"
strip
=
yes
extra_configs
=
"
$extra_configs
--with-innodb"
.
"
$path
/FINISH.sh"
setup.sh
View file @
a7d6161a
...
...
@@ -12,8 +12,8 @@ TARGETDIR=../storage/innobase
rm
-fr
"
$TARGETDIR
"
mkdir
"
$TARGETDIR
"
# copy the build script
cp
compile-innodb
-debug
../BUILD
# copy the build script
s
cp
compile-innodb
*
../BUILD
# create the directories
for
dir
in
*
/
...
...
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