mirror of
https://github.com/MariaDB/server.git
synced 2025-07-16 00:42:55 +03:00
make_win_src_distribution.sh:
Bug#11009, some more cleanup of unneded files from bootstrap
This commit is contained in:
@ -357,6 +357,9 @@ if [ -d $BASE/SSL/SCCS ]
|
|||||||
then
|
then
|
||||||
find $BASE/ -type d -name SCCS -printf " \"%p\"" | xargs rm -r -f
|
find $BASE/ -type d -name SCCS -printf " \"%p\"" | xargs rm -r -f
|
||||||
fi
|
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
|
# Initialize the initial data directory
|
||||||
|
Reference in New Issue
Block a user