ENH: Removed "Checking build system in ..." message. It is always paired with an Entering or Jumping message and is not necessary.

This commit is contained in:
Brad King 2005-03-08 15:35:43 -05:00
parent ddb0408007
commit b8e7851b18
1 changed files with 0 additions and 4 deletions

View File

@ -1177,10 +1177,6 @@ cmLocalUnixMakefileGenerator2
std::vector<std::string> no_depends; std::vector<std::string> no_depends;
std::vector<std::string> commands; 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); commands.push_back(runRule);
this->WriteMakeRule(makefileStream, this->WriteMakeRule(makefileStream,
"Special rule to run CMake to check the build system " "Special rule to run CMake to check the build system "