浏览代码

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

Brad King 20 年之前
父节点
当前提交
b8e7851b18
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Source/cmLocalUnixMakefileGenerator2.cxx

+ 0 - 4
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 "