diff options
author | Timothy Smith <timothy.smith@sun.com> | 2008-09-10 19:35:11 -0600 |
---|---|---|
committer | Timothy Smith <timothy.smith@sun.com> | 2008-09-10 19:35:11 -0600 |
commit | 31a620089ac0475ba70ac30b6489f58b29927912 (patch) | |
tree | af062b910ac75fea9867b300492fd274c33e389d /scripts | |
parent | 9daa56fd5ce3ccd33c32b5a505ac1d2b2c437460 (diff) | |
parent | ee5d0dd94f3804983376c7a5dbc67cf802047908 (diff) | |
download | mariadb-git-31a620089ac0475ba70ac30b6489f58b29927912.tar.gz |
Auto merge 5.1-build -> 5.1-bugteam
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index ff9a4711832..339b2a4c219 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -385,6 +385,9 @@ copyfileto $BASE/include config.h include/* rm -f $BASE/include/Makefile* $BASE/include/*.in $BASE/include/config-win.h +# In a NetWare binary package, these tools and their manuals are not useful +rm -f $BASE/man/man1/make_win_* + copyfileto $BASE/support-files support-files/* copyfileto $BASE/share scripts/*.sql @@ -427,6 +430,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 |