1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
This commit is contained in:
joreland@mysql.com
2004-12-17 10:36:14 +01:00
433 changed files with 33891 additions and 5119 deletions

View File

@ -189,7 +189,10 @@ copy_dir_files()
mkdir $BASE/$arg
fi
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def *.hpp *.dsp \
README INSTALL* LICENSE
README INSTALL* LICENSE *.inc *.test *.result \
*.pem Moscow_leap des_key_file *.dat *.000001 \
*.require *.opt
do
if [ -f $i ]
then
@ -252,7 +255,7 @@ make -C $SOURCE/ndb windoze
# Input directories to be copied recursively
#
for i in bdb innobase ndb
for i in bdb innobase mysql-test ndb
do
copy_dir_dirs $i
done