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_src.cmake | |
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_src.cmake')
-rw-r--r-- | cmake/info_src.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmake/info_src.cmake b/cmake/info_src.cmake index 97776b70901..ce9873cc9d0 100644 --- a/cmake/info_src.cmake +++ b/cmake/info_src.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,11 +16,11 @@ # The sole purpose of this cmake control file is to create the "INFO_SRC" file. -# As long as and "bzr pull" (or "bzr commit") is followed by a "cmake", +# As long as and "git pull" (or "git commit") is followed by a "cmake", # the call in top level "CMakeLists.txt" is sufficient. # This file is to provide a separate target for the "make" phase, -# to ensure the BZR revision-id is correct even after a sequence -# cmake ; make ; bzr pull ; make +# to ensure the git commit hash is correct even after a sequence +# cmake ; make ; git pull ; make # Get the macros which handle the "INFO_*" files. |