diff options
author | kent@mysql.com <> | 2005-06-28 05:25:29 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-06-28 05:25:29 +0200 |
commit | d16e1cafa77f9fb8a208b7076bb63d41e06ce76c (patch) | |
tree | ea394cd7c4b47c7302a406c610c25cfef4475d90 /scripts | |
parent | eaec18bda635cbed6242a7c960596c216aa14afc (diff) | |
download | mariadb-git-d16e1cafa77f9fb8a208b7076bb63d41e06ce76c.tar.gz |
make_win_src_distribution.sh:
Bug#11009, some more cleanup of unneded files from bootstrap
Diffstat (limited to 'scripts')
-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 |