diff options
author | kent@kent-amd64.(none) <> | 2007-04-05 08:42:32 +0200 |
---|---|---|
committer | kent@kent-amd64.(none) <> | 2007-04-05 08:42:32 +0200 |
commit | 6a8582a8bc04285e8bf1d3612eacf53eec524697 (patch) | |
tree | c366bc5dfa72c8aad36fc5968a46858036ea66dd /scripts/make_binary_distribution.sh | |
parent | d95d6d17235486710b06579f1e386b73249dbaa5 (diff) | |
parent | 463b34e77b187a4d6f725076de6713b7d49a9e5e (diff) | |
download | mariadb-git-6a8582a8bc04285e8bf1d3612eacf53eec524697.tar.gz |
Merge mysql.com:/home/kent/bk/sotest/mysql-5.0-build
into mysql.com:/home/kent/bk/sotest/mysql-5.1-build
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-rw-r--r-- | scripts/make_binary_distribution.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index eab3af29ad1..013084475b1 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -117,7 +117,12 @@ if [ $BASE_SYSTEM != "netware" ] ; then chmod o-rwx $BASE/data $BASE/data/* fi -# Copy files if they exists, warn for those that don't +# Copy files if they exists, warn for those that don't. +# Note that when listing files to copy, we might list the file name +# twice, once in the directory location where it is build, and a +# second time in the ".libs" location. In the case the firs one +# is a wrapper script, the second one will overwrite it with the +# binary file. copyfileto() { destdir=$1 @@ -168,6 +173,7 @@ if [ $BASE_SYSTEM = "netware" ] ; then # For all other platforms: else BIN_FILES="$BIN_FILES \ + server-tools/instance-manager/.libs/mysqlmanager \ client/.libs/mysql client/.libs/mysqlshow client/.libs/mysqladmin \ client/.libs/mysqlslap \ client/.libs/mysqldump client/.libs/mysqlimport \ |