diff options
author | Brad King <brad.king@kitware.com> | 2005-03-08 20:35:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-03-08 20:35:43 (GMT) |
commit | b8e7851b185a477cf79ad9cb987b43bf2ba320a1 (patch) | |
tree | 01858565dfeb3976c13f1a808580e384e387decb /Source/cmLocalUnixMakefileGenerator2.cxx | |
parent | ddb04080076529f8c0fa781b8f4a0a6453d1fac9 (diff) | |
download | CMake-b8e7851b185a477cf79ad9cb987b43bf2ba320a1.zip CMake-b8e7851b185a477cf79ad9cb987b43bf2ba320a1.tar.gz CMake-b8e7851b185a477cf79ad9cb987b43bf2ba320a1.tar.bz2 |
ENH: Removed "Checking build system in ..." message. It is always paired with an Entering or Jumping message and is not necessary.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator2.cxx')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator2.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.cxx b/Source/cmLocalUnixMakefileGenerator2.cxx index c815068..5cc63e8 100644 --- a/Source/cmLocalUnixMakefileGenerator2.cxx +++ b/Source/cmLocalUnixMakefileGenerator2.cxx @@ -1177,10 +1177,6 @@ cmLocalUnixMakefileGenerator2 std::vector<std::string> no_depends; std::vector<std::string> commands; - std::string preEcho = "Checking build system in "; - preEcho += m_Makefile->GetStartOutputDirectory(); - preEcho += "..."; - this->AppendEcho(commands, preEcho.c_str()); commands.push_back(runRule); this->WriteMakeRule(makefileStream, "Special rule to run CMake to check the build system " |