summaryrefslogtreecommitdiff
path: root/scripts/make_binary_distribution.sh
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2008-08-27 16:25:24 +0200
committerJoerg Bruehe <joerg@mysql.com>2008-08-27 16:25:24 +0200
commit1c855bc1f18b96357ff195fa1a5424b5ec9454ec (patch)
tree38242cc0177dae7fa062af1bac51558fca49aa3f /scripts/make_binary_distribution.sh
parenta4b0681ad19cea6c506024690aaddbe13f7d3a03 (diff)
parent7077649ef1a6201ba7f2c5792e8935ea0b4689cf (diff)
downloadmariadb-git-1c855bc1f18b96357ff195fa1a5424b5ec9454ec.tar.gz
Merge the bug fix development (37098: "unpackaged files")
into the 5.0 team tree.
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-rw-r--r--scripts/make_binary_distribution.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index af3db86af81..e5e08038bff 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -272,6 +272,8 @@ if [ $BASE_SYSTEM != "netware" ] ; then
if [ -d man ] ; then
$CP man/*.1 $BASE/man/man1
$CP man/*.8 $BASE/man/man8
+ # In a Unix binary package, these tools and their manuals are not useful
+ rm -f $BASE/man/man1/make_win_*
fi
fi
@@ -331,6 +333,7 @@ fi
rm -f $BASE/bin/Makefile* $BASE/bin/*.in $BASE/bin/*.sh \
$BASE/bin/mysql_install_db $BASE/bin/make_binary_distribution \
+ $BASE/bin/make_win_* \
$BASE/bin/setsomevars $BASE/support-files/Makefile* \
$BASE/support-files/*.sh