mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
make_win_src_distribution.sh:
Fix for bdb/cxx as they contain .cpp files directly ( for 4.0 to go )
This commit is contained in:
@ -160,7 +160,7 @@ copy_dir_files() {
|
|||||||
copy_dir_files() {
|
copy_dir_files() {
|
||||||
|
|
||||||
for arg do
|
for arg do
|
||||||
print_debug "Copying files from directory '$arg'"
|
print_debug "Copying files from directory '$arg'"
|
||||||
cd $SOURCE/$arg/
|
cd $SOURCE/$arg/
|
||||||
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def \
|
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def \
|
||||||
README INSTALL* LICENSE
|
README INSTALL* LICENSE
|
||||||
|
Reference in New Issue
Block a user