List:Commits« Previous MessageNext Message »
From:Ignacio Galarza Date:July 27 2007 9:41pm
Subject:bk commit into 5.1 tree (iggy:1.2560) BUG#30103
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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 17:41:34-04:00, iggy@alf.(none) +1 -0
  Bug#30103 CMake build solution does not remove auto-generated resources
  - Add CMake rule to remove files.
  - Manual merge.

  sql/CMakeLists.txt@stripped, 2007-07-27 17:41:31-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:52:51 -04:00
+++ b/sql/CMakeLists.txt	2007-07-27 17:41:31 -04:00
@@ -143,6 +143,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.1 tree (iggy:1.2560) BUG#30103Ignacio Galarza27 Jul