List:Commits« Previous MessageNext Message »
From:georg Date:May 31 2007 11:53am
Subject:bk commit into 5.0 tree (georg:1.2507)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of georg. When georg 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-05-31 13:53:44+02:00, georg@stripped +1 -0
  fixed not matching if/endif (cmake)

  CMakeLists.txt@stripped, 2007-05-31 13:53:39+02:00, georg@stripped +1 -1
    Fixed not matching if/endif (cmake)

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	georg
# Host:	bing.mysql.com
# Root:	/home/georg/work/mysql/mysql-5.0-build

--- 1.13/CMakeLists.txt	2007-05-04 09:37:49 +02:00
+++ 1.14/CMakeLists.txt	2007-05-31 13:53:39 +02:00
@@ -158,7 +158,7 @@
     STRING(REGEX MATCH "MANIFEST:NO" tmp_manifest ${CMAKE_EXE_LINKER_FLAGS})
     IF(NOT tmp_manifest)
         SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /MANIFEST:NO")
-    ENDIF(tmp_manifest)
+    ENDIF(NOT tmp_manifest)
     # Set the processor architecture.
     IF(CMAKE_GENERATOR MATCHES "Visual Studio 8 2005 Win64")
     	SET(PROCESSOR_ARCH "X64") 
Thread
bk commit into 5.0 tree (georg:1.2507)georg31 May