diff options
author | Tor Didriksen <tor.didriksen@oracle.com> | 2014-12-03 14:50:29 +0100 |
---|---|---|
committer | Tor Didriksen <tor.didriksen@oracle.com> | 2014-12-11 12:46:04 +0100 |
commit | 8e94f1282383b566845ccf63149556da18b115ab (patch) | |
tree | a214313be4183e8ca2fa3f7c469083daf9fa21ba /cmake/info_macros.cmake.in | |
parent | 12f17f08c7f8c34e1b9c596084539a6147564ec7 (diff) | |
download | mariadb-git-8e94f1282383b566845ccf63149556da18b115ab.tar.gz |
Bug#20136840 REMOVE REMAINING REFERENCES TO BZR IN CMAKE SCRIPTS
Patch for 5.5
Diffstat (limited to 'cmake/info_macros.cmake.in')
-rw-r--r-- | cmake/info_macros.cmake.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/info_macros.cmake.in b/cmake/info_macros.cmake.in index 7b080241c74..fc2f8849337 100644 --- a/cmake/info_macros.cmake.in +++ b/cmake/info_macros.cmake.in @@ -39,9 +39,9 @@ SET(CMAKE_SYSTEM_PROCESSOR "@CMAKE_SYSTEM_PROCESSOR@") # Create an "INFO_SRC" file with information about the source (only). -# We use "bzr version-info", if possible, and the "VERSION" contents. +# We use "git log", if possible, and the "VERSION" contents. # -# Outside development (BZR tree), the "INFO_SRC" file will not be modified +# Outside development (git tree), the "INFO_SRC" file will not be modified # provided it exists (from "make dist" or a source tarball creation). MACRO(CREATE_INFO_SRC target_dir) @@ -83,7 +83,7 @@ MACRO(CREATE_INFO_SRC target_dir) FILE(APPEND ${INFO_SRC} "MySQL source ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}\n") ELSEIF(EXISTS ${INFO_SRC}) - # Outside a BZR tree, there is no need to change an existing "INFO_SRC", + # Outside a git tree, there is no need to change an existing "INFO_SRC", # it cannot be improved. ELSEIF(EXISTS ${CMAKE_SOURCE_DIR}/Docs/INFO_SRC) # If we are building from a source distribution, it also contains "INFO_SRC". |