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
2602c728
Commit
2602c728
authored
Oct 02, 2006
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make storage/innobase the working directory of Subversion.
parent
eba6d071
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
33 deletions
+6
-33
setup.sh
setup.sh
+6
-33
No files found.
setup.sh
View file @
2602c728
...
...
@@ -3,43 +3,16 @@
# Prepare the MySQL source code tree for building
# with checked-out InnoDB Subversion directory.
# This script assumes that the
MySQL tree is at .. and that . = ../innodb
# This script assumes that the
current directory is storage/innobase.
set
-eu
TARGETDIR
=
../storage/innobase
rm
-fr
"
$TARGETDIR
"
mkdir
"
$TARGETDIR
"
# link the build scripts
ln
-sf
../innodb/compile-innodb
{
,-debug
}
../BUILD
# create the directories
for
dir
in
*
/
do
case
"
$dir
"
in
mysql-test/
)
;;
*
.svn
*
)
;;
*
to-mysql
*
)
;;
*
)
mkdir
"
$TARGETDIR
/
$dir
"
;;
esac
done
# create the symlinks to files
cd
"
$TARGETDIR
"
for
dir
in
*
/
do
cd
"
$dir
"
ln
-s
../../../innodb/
"
$dir
"
*
.
cd
..
done
for
file
in
plug.in Makefile.am CMakeLists.txt
do
ln
-s
../../innodb/
"
$file
"
.
done
ln
-sf
$TARGETDIR
/compile-innodb
{
,-debug
}
../../BUILD
cd
../../mysql-test
/t
ln
-sf
../
../innodb/mysql-test/
*
.test ../../innodb/mysql-test/
*
.opt .
/
ln
-sf
../
../innodb/mysql-test/
*
.result ../
r/
ln
-sf
../
../innodb/mysql-test/
*
.inc ../
include/
cd
../../mysql-test
ln
-sf
../
$TARGETDIR
/mysql-test/
*
.test ../../innodb/mysql-test/
*
.opt t
/
ln
-sf
../
$TARGETDIR
/mysql-test/
*
.result
r/
ln
-sf
../
$TARGETDIR
/mysql-test/
*
.inc
include/
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