1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
This commit is contained in:
serg@serg.mylan
2005-03-09 14:09:06 +01:00
107 changed files with 13772 additions and 240 deletions

View File

@ -255,7 +255,7 @@ make -C $SOURCE/ndb windoze
# Input directories to be copied recursively
#
for i in bdb innobase mysql-test ndb
for i in bdb innobase ndb
do
copy_dir_dirs $i
done
@ -307,7 +307,7 @@ done
# Raw dirs from source tree
#
for i in scripts sql-bench SSL tests
for i in scripts sql-bench mysql-test SSL tests
do
print_debug "Copying directory '$i'"
if [ -d $i ]