mariadb/cmake
Vladislav Vaintroub ef65dae9b1 Dtrace on Solaris:
fix excessive relinking that results from rerunning
dtrace -G second time on the objects that come into 
static library. 
The reason for relinking is that dtrace -G changes 
timestamp for the object file, which in turn results
in re-archiving the mysys on next time make runs, 
which causes relinking of the whole mysql, because
everything depends on mysys.

The fix is to copy objects into temp before running 
dtrace -G in mysqld pre-build step. This way dtrace 
does not affect the object timestamp.
2009-12-13 05:42:26 +00:00
..
abi_check.cmake merge 2009-12-04 20:05:04 +00:00
bison.cmake couple of tweaks for solaris on sparc, link with librt, as it defines sched_yield 2009-12-08 03:12:23 +01:00
cat.cmake WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00
character_sets.cmake implement convenience libraries 2009-11-24 23:15:47 +00:00
check_minimal_version.cmake WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00
cmake_parse_arguments.cmake Cleanup, use MYSQL_INSTALL_TARGETS macro instead of INSTALL(TARGETS) combined with 2009-12-12 02:03:05 +01:00
configurable_file_content.in implement convenience libraries 2009-11-24 23:15:47 +00:00
configure.pl Support out of source build with the wrapper configure.pl script 2009-11-17 04:45:11 +01:00
create_initial_db.cmake.in Fixes for cmake2.8 2009-11-16 14:45:06 +01:00
do_abi_check.cmake WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00
dtrace.cmake Dtrace on Solaris: 2009-12-13 05:42:26 +00:00
dtrace_prelink.cmake Dtrace on Solaris: 2009-12-13 05:42:26 +00:00
install_macros.cmake Mark signing parameters as advanced 2009-12-13 00:17:42 +01:00
libutils.cmake On Linux, support -Wl,--no-undefined (only client shared library) 2009-12-07 02:16:05 +01:00
make_dist.cmake.in WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00
Makefile.am fix make dist errors 2009-12-01 14:18:53 +01:00
merge_archives_unix.cmake.in WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00
mysql_version.cmake WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00
plugin.cmake Cleanup, use MYSQL_INSTALL_TARGETS macro instead of INSTALL(TARGETS) combined with 2009-12-12 02:03:05 +01:00
readline.cmake Write some helpful messages to assist user, when prerequisite software is not found 2009-11-21 01:56:58 +01:00
ssl.cmake WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00
stack_direction.c WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00
zlib.cmake WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00