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
0ca5886f
Commit
0ca5886f
authored
Feb 07, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/M51/packtool-5.1 into mysql.com:/M51/clone-5.1
parents
7e31734c
4a7347d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+10
-8
No files found.
scripts/make_binary_distribution.sh
View file @
0ca5886f
...
@@ -131,7 +131,7 @@ BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \
...
@@ -131,7 +131,7 @@ BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \
extra/resolve_stack_dump
$BS
extra/mysql_waitpid
$BS
\
extra/resolve_stack_dump
$BS
extra/mysql_waitpid
$BS
\
storage/myisam/myisamchk
$BS
storage/myisam/myisampack
$BS
\
storage/myisam/myisamchk
$BS
storage/myisam/myisampack
$BS
\
storage/myisam/myisamlog
$BS
storage/myisam/myisam_ftdump
$BS
\
storage/myisam/myisamlog
$BS
storage/myisam/myisam_ftdump
$BS
\
sql/mysqld
$BS
sql/mysql_tzinfo_to_sql
$BS
\
sql/mysqld
$BS
sql/mysql
d-debug
$BS
sql/mysql
_tzinfo_to_sql
$BS
\
server-tools/instance-manager/mysqlmanager
$BS
\
server-tools/instance-manager/mysqlmanager
$BS
\
client/mysql
$BS
client/mysqlshow
$BS
client/mysqladmin
$BS
\
client/mysql
$BS
client/mysqlshow
$BS
client/mysqladmin
$BS
\
client/mysqlslap
$BS
\
client/mysqlslap
$BS
\
...
@@ -173,8 +173,9 @@ if [ x$STRIP = x1 ] ; then
...
@@ -173,8 +173,9 @@ if [ x$STRIP = x1 ] ; then
strip
$BASE
/bin/
*
strip
$BASE
/bin/
*
fi
fi
# Copy not binary files
# Obsolete, starting from 5.1.6-beta
copyfileto
$BASE
/bin sql/mysqld.sym.gz
# # Copy not binary files
# copyfileto $BASE/bin sql/mysqld.sym.gz
if
[
$BASE_SYSTEM
=
"netware"
]
;
then
if
[
$BASE_SYSTEM
=
"netware"
]
;
then
$CP
netware/
*
.pl
$BASE
/scripts
$CP
netware/
*
.pl
$BASE
/scripts
...
@@ -304,11 +305,12 @@ else
...
@@ -304,11 +305,12 @@ else
rm
-f
$BASE
/README.NW
rm
-f
$BASE
/README.NW
fi
fi
# Make safe_mysqld a symlink to mysqld_safe for backwards portability
# Dropped with 5.1.6-beta
# To be removed in MySQL 4.1
# # Make safe_mysqld a symlink to mysqld_safe for backwards portability
if
[
$BASE_SYSTEM
!=
"netware"
]
;
then
# # To be removed in MySQL 4.1
(
cd
$BASE
/bin
;
ln
-s
mysqld_safe safe_mysqld
)
# if [ $BASE_SYSTEM != "netware" ] ; then
fi
# (cd $BASE/bin ; ln -s mysqld_safe safe_mysqld )
# fi
# Clean up if we did this from a bk tree
# Clean up if we did this from a bk tree
if
[
-d
$BASE
/sql-bench/SCCS
]
;
then
if
[
-d
$BASE
/sql-bench/SCCS
]
;
then
...
...
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