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
062ccf69
Commit
062ccf69
authored
Apr 02, 2007
by
df@pippilotta.erinye.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#27489 build fix
parent
22cb4e46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
14 deletions
+29
-14
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+29
-14
No files found.
scripts/make_binary_distribution.sh
View file @
062ccf69
...
...
@@ -54,6 +54,21 @@ for arg do
esac
done
# Avoid too long command lines for cp (bug#27489)
MCP
()
{
for
i
do
last
=
$i
done
for
i
do
if
test
"x
$i
"
!=
"x
$last
"
then
cp
-p
$i
$last
fi
done
}
# Remove vendor from $system
system
=
`
echo
$system
|
sed
-e
's/[a-z]*-\(.*\)/\1/g'
`
...
...
@@ -253,25 +268,25 @@ copyfileto $BASE/mysql-test \
mysql-test/valgrind.supp
\
netware/mysql_test_run.nlm netware/install_test_db.ncf
$
CP
mysql-test/lib/
*
.pl
$BASE
/mysql-test/lib
$
CP
mysql-test/t/
*
.def
$BASE
/mysql-test/t
$
CP
mysql-test/include/
*
.inc
$BASE
/mysql-test/include
$
CP
mysql-test/include/
*
.test
$BASE
/mysql-test/include
$
CP
mysql-test/t/
*
.def
$BASE
/mysql-test/t
$
CP
mysql-test/std_data/
*
.dat mysql-test/std_data/
*
.frm
\
M
CP mysql-test/lib/
*
.pl
$BASE
/mysql-test/lib
M
CP mysql-test/t/
*
.def
$BASE
/mysql-test/t
M
CP mysql-test/include/
*
.inc
$BASE
/mysql-test/include
M
CP mysql-test/include/
*
.test
$BASE
/mysql-test/include
M
CP mysql-test/t/
*
.def
$BASE
/mysql-test/t
M
CP mysql-test/std_data/
*
.dat mysql-test/std_data/
*
.frm
\
mysql-test/std_data/
*
.MYD mysql-test/std_data/
*
.MYI
\
mysql-test/std_data/
*
.pem mysql-test/std_data/Moscow_leap
\
mysql-test/std_data/des_key_file mysql-test/std_data/
*
.
*
001
\
mysql-test/std_data/
*
.cnf mysql-test/std_data/
*
.MY
*
\
$BASE
/mysql-test/std_data
$
CP
mysql-test/t/
*
.test
$BASE
/mysql-test/t
$
CP
mysql-test/t/
*
.imtest mysql-test/t/
*
.disabled
$BASE
/mysql-test/t
$
CP
mysql-test/t/
*
.opt mysql-test/t/
*
.slave-mi
$BASE
/mysql-test/t
$
CP
mysql-test/t/
*
.sh mysql-test/t/
*
.sql
$BASE
/mysql-test/t
$
CP
mysql-test/r/
*
.result
$BASE
/mysql-test/r
$
CP
mysql-test/r/
*
.require
$BASE
/mysql-test/r
$
CP
mysql-test/extra/binlog_tests/
*
.test
$BASE
/mysql-test/extra/binlog_tests
$
CP
mysql-test/extra/rpl_tests/
*
.test
$BASE
/mysql-test/extra/rpl_tests
M
CP mysql-test/t/
*
.test
$BASE
/mysql-test/t
M
CP mysql-test/t/
*
.imtest mysql-test/t/
*
.disabled
$BASE
/mysql-test/t
M
CP mysql-test/t/
*
.opt mysql-test/t/
*
.slave-mi
$BASE
/mysql-test/t
M
CP mysql-test/t/
*
.sh mysql-test/t/
*
.sql
$BASE
/mysql-test/t
M
CP mysql-test/r/
*
.result
$BASE
/mysql-test/r
M
CP mysql-test/r/
*
.require
$BASE
/mysql-test/r
M
CP mysql-test/extra/binlog_tests/
*
.test
$BASE
/mysql-test/extra/binlog_tests
M
CP mysql-test/extra/rpl_tests/
*
.test
$BASE
/mysql-test/extra/rpl_tests
if
[
$BASE_SYSTEM
!=
"netware"
]
;
then
chmod
a+x
$BASE
/bin/
*
...
...
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