Below is the list of changes that have just been committed into a local
5.0 repository of iggy. When iggy does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-07-27 11:54:54-04:00, iggy@alf.(none) +1 -0
Bug#30103 CMake build solution does not remove auto-generated resources
- Add CMake rule to remove files.
sql/CMakeLists.txt@stripped, 2007-07-27 11:54:51-04:00, iggy@alf.(none) +4 -0
Bug#30103 CMake build solution does not remove auto-generated resources
- Add CMake rule to remove files.
diff -Nrup a/sql/CMakeLists.txt b/sql/CMakeLists.txt
--- a/sql/CMakeLists.txt 2007-07-18 09:42:09 -04:00
+++ b/sql/CMakeLists.txt 2007-07-27 11:54:51 -04:00
@@ -138,6 +138,10 @@ ADD_CUSTOM_COMMAND(
)
ADD_DEPENDENCIES(mysqld${MYSQLD_EXE_SUFFIX} gen_lex_hash)
+# Remove the auto-generated files as part of 'Clean Solution'
+SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES
+ "lex_hash.h;message.rc;message.h;sql_yacc.h;sql_yacc.cc")
+
ADD_LIBRARY(udf_example MODULE udf_example.c udf_example.def)
ADD_DEPENDENCIES(udf_example strings)
TARGET_LINK_LIBRARIES(udf_example wsock32)
| Thread |
|---|
| • bk commit into 5.0 tree (iggy:1.2480) BUG#30103 | Ignacio Galarza | 27 Jul |