diff options
author | unknown <kent@mysql.com> | 2005-06-28 05:25:29 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-06-28 05:25:29 +0200 |
commit | 5c429181187d28a76a555f85aa68425d50bc303f (patch) | |
tree | ea394cd7c4b47c7302a406c610c25cfef4475d90 | |
parent | 0037781f05b81f01cdd88ca893f200d2a5664c48 (diff) | |
download | mariadb-git-5c429181187d28a76a555f85aa68425d50bc303f.tar.gz |
make_win_src_distribution.sh:
Bug#11009, some more cleanup of unneded files from bootstrap
scripts/make_win_src_distribution.sh:
Bug#11009, some more cleanup of unneded files from bootstrap
-rw-r--r-- | scripts/make_win_src_distribution.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index b8dd907920c..71d61b7a02d 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -357,6 +357,9 @@ if [ -d $BASE/SSL/SCCS ] then find $BASE/ -type d -name SCCS -printf " \"%p\"" | xargs rm -r -f fi +find $BASE/ -type d -name .deps -printf " \"%p\"" | xargs rm -r -f +find $BASE/ -type d -name .libs -printf " \"%p\"" | xargs rm -r -f +rm -r -f "$BASE/mysql-test/var" # # Initialize the initial data directory |