From b8e7851b185a477cf79ad9cb987b43bf2ba320a1 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 8 Mar 2005 15:35:43 -0500 Subject: ENH: Removed "Checking build system in ..." message. It is always paired with an Entering or Jumping message and is not necessary. --- Source/cmLocalUnixMakefileGenerator2.cxx | 4 ---- 1 file changed, 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 no_depends; std::vector 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 " -- cgit v0.12