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
b69ac003
Commit
b69ac003
authored
Jan 21, 2001
by
monty@donna.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix new bugs in make_binary_distribution
parent
bc56e326
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+13
-11
No files found.
scripts/make_binary_distribution.sh
View file @
b69ac003
...
...
@@ -10,9 +10,17 @@ version=@VERSION@
export
machine system version
SOURCE
=
`
pwd
`
# Debug option must come first
DEBUG
=
0
if
test
x
$1
=
x
"--debug"
then
DEBUG
=
1
shift
1
fi
# Save temporary distribution here (must be full path)
TMP
=
/tmp
if
test
$#
-gt
0
-a
x
$1
!=
x
"-debug"
if
test
$#
-gt
0
then
TMP
=
$1
shift
1
...
...
@@ -20,18 +28,12 @@ fi
# Get optional suffix for distribution
SUFFIX
=
""
if
test
$#
-gt
0
-a
x
$1
!=
x
"-debug"
if
test
$#
-gt
0
then
SUFFIX
=
$1
shift
1
fi
if
test
x
$1
=
x
"-debug"
then
DEBUG
=
1
shift
1
fi
#make
...
...
@@ -69,11 +71,12 @@ do
if
[
-f
$i
]
then
cp
-p
$i
$BASE
/bin
strip
$BASE
/bin
fi
done
strip
$BASE
/bin/
*
for
i
in
sql/mysqld.sym.gz
do
if
[
-f
$i
]
then
cp
-p
$i
$BASE
/bin
...
...
@@ -100,8 +103,7 @@ rm -f $BASE/share/mysql/Makefile* $BASE/share/mysql/*/*.OLD
cp
-p
mysql-test/mysql-test-run mysql-test/install_test_db
$BASE
/mysql-test/
cp
-p
mysql-test/README
$BASE
/mysql-test/README
cp
-p
mysql-test/include/
*
.inc
$BASE
/mysql-test/include
cp
-p
mysql-test/std_data/
*
.dat mysql-test/std_data/
*
.frm
\
mysql-test/std_data/
*
.MRG
$BASE
/mysql-test/std_data
cp
-p
mysql-test/std_data/
*
.dat
$BASE
/mysql-test/std_data
cp
-p
mysql-test/t/
*
.test mysql-test/t/
*
.opt
$BASE
/mysql-test/t
cp
-p
mysql-test/r/
*
.result mysql-test/r/
*
.require
$BASE
/mysql-test/r
...
...
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