mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
fea877877c
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.
39 lines
828 B
Makefile
39 lines
828 B
Makefile
EXTRA_DIST = \
|
|
cmake_parse_arguments.cmake \
|
|
cpack_source_ignore_files.cmake \
|
|
package_name.cmake \
|
|
configurable_file_content.in \
|
|
check_minimal_version.cmake \
|
|
create_initial_db.cmake.in \
|
|
make_dist.cmake.in \
|
|
dtrace.cmake \
|
|
abi_check.cmake \
|
|
bison.cmake \
|
|
configure.pl \
|
|
character_sets.cmake \
|
|
libutils.cmake \
|
|
readline.cmake \
|
|
mysql_version.cmake \
|
|
install_macros.cmake \
|
|
ssl.cmake \
|
|
plugin.cmake \
|
|
zlib.cmake \
|
|
stack_direction.c \
|
|
do_abi_check.cmake \
|
|
merge_archives_unix.cmake.in \
|
|
dtrace_prelink.cmake \
|
|
versioninfo.rc.in \
|
|
mysql_add_executable.cmake \
|
|
install_layout.cmake \
|
|
build_configurations/mysql_release.cmake \
|
|
os/Windows.cmake \
|
|
os/WindowsCache.cmake \
|
|
os/Linux.cmake \
|
|
os/SunOS.cmake \
|
|
os/Darwin.cmake \
|
|
os/HP-UX.cmake \
|
|
os/AIX.cmake \
|
|
os/OS400.cmake \
|
|
os/Cygwin.cmake
|
|
|
|
|