diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-03-19 18:33:48 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-03-19 18:33:48 +0100 |
commit | 4a39f83ff7ebca7881850b10bfe9d1ca9da7f556 (patch) | |
tree | 3fa997217e9d20626bda412cfaddf80465b751d3 /scripts/CMakeLists.txt | |
parent | 53afccc829b76d0f238fb1fe50b2641b637608e6 (diff) | |
download | mariadb-git-4a39f83ff7ebca7881850b10bfe9d1ca9da7f556.tar.gz |
Fix errors when building release
- package some more perl scripts on Windows (mysqlhotcopy and mysqldumpslow)
- do not try to pack .map files (no more produced)
- (CMake-unrelated) fix debug build on FreeBSD, trying to use uninitialized attribute
MY_MUTEX_INIT_FAST
Diffstat (limited to 'scripts/CMakeLists.txt')
-rwxr-xr-x | scripts/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 3352eb23a73..ad0f5652b1c 100755 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -261,7 +261,8 @@ IF(WIN32) SET(PLIN_FILES mysql_config mysql_secure_installation) # Input files with .sh extension - SET(SH_FILES mysql_convert_table_format mysqld_multi) + SET(SH_FILES mysql_convert_table_format mysqld_multi mysqldumpslow + mysqlhotcopy) FOREACH(file ${PLIN_FILES}) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file}.pl.in |