1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge with 4.1

This commit is contained in:
monty@mishka.local
2004-12-22 13:54:39 +02:00
395 changed files with 11807 additions and 25533 deletions

View File

@ -188,8 +188,11 @@ copy_dir_files()
print_debug "Creating directory '$arg'"
mkdir $BASE/$arg
fi
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def \
README INSTALL* LICENSE
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def *.hpp *.dsp \
README INSTALL* LICENSE *.inc *.test *.result \
*.pem Moscow_leap des_key_file *.dat *.000001 \
*.require *.opt
do
if [ -f $i ]
then
@ -243,11 +246,16 @@ do
copy_dir_files $i
done
#
# Create project files for ndb
#
make -C $SOURCE/ndb windoze
#
# Input directories to be copied recursively
#
for i in bdb innobase
for i in bdb innobase mysql-test ndb
do
copy_dir_dirs $i
done