mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
bcebd97306
In the worst case possible scenario (no bzr, in-source build), make dist produced a package that compiled ok with autotools but failed to package because extra make_binary_distribution was found in source package and was not built. make_binary_distribution contained paths of the build machine. Fix: exclude some scripts that are produced in cmake build. Note that there is no good general fix for it in this specific scenario. it is advisable to build source packages out of source or in bzr repo.
40 lines
810 B
CMake
40 lines
810 B
CMake
SET(CPACK_SOURCE_IGNORE_FILES
|
|
\\\\.bzr/
|
|
\\\\.bzr-mysql
|
|
\\\\.bzrignore
|
|
CMakeCache\\\\.txt
|
|
cmake_dist\\\\.cmake
|
|
CPackSourceConfig\\\\.cmake
|
|
CPackConfig.cmake
|
|
/cmake_install\\\\.cmake
|
|
/CTestTestfile\\\\.cmake
|
|
/CMakeFiles/
|
|
/version_resources/
|
|
/_CPack_Packages/
|
|
$\\\\.gz
|
|
$\\\\.zip
|
|
/CMakeFiles/
|
|
/version_resources/
|
|
/_CPack_Packages/
|
|
scripts/make_binary_distribution$
|
|
scripts/msql2mysql$
|
|
scripts/mysql_config$
|
|
scripts/mysql_convert_table_format$
|
|
scripts/mysql_find_rows$
|
|
scripts/mysql_fix_extensions$
|
|
scripts/mysql_install_db$
|
|
scripts/mysql_secure_installation$
|
|
scripts/mysql_setpermission$
|
|
scripts/mysql_zap$
|
|
scripts/mysqlaccess$
|
|
scripts/mysqld_multi$
|
|
scripts/mysqld_safe$
|
|
scripts/mysqldumpslow$
|
|
scripts/mysqlhotcopy$
|
|
Makefile$
|
|
include/config\\\\.h$
|
|
include/my_config\\\\.h$
|
|
/autom4te\\\\.cache/
|
|
errmsg\\\\.sys$
|
|
#
|
|
)
|