forked from pool/cmake
19 lines
682 B
Diff
19 lines
682 B
Diff
|
--- Source/cmGlobalUnixMakefileGenerator3.cxx
|
||
|
+++ Source/cmGlobalUnixMakefileGenerator3.cxx
|
||
|
@@ -767,6 +767,7 @@
|
||
|
std::string progressDir =
|
||
|
lg->GetMakefile()->GetHomeOutputDirectory();
|
||
|
progressDir += cmake::GetCMakeFilesDirectory();
|
||
|
+#if 0
|
||
|
{
|
||
|
cmOStringStream progCmd;
|
||
|
progCmd << "$(CMAKE_COMMAND) -E cmake_progress_report ";
|
||
|
@@ -786,6 +787,7 @@
|
||
|
progressDir = "Built target ";
|
||
|
progressDir += t->first;
|
||
|
lg->AppendEcho(commands,progressDir.c_str());
|
||
|
+#endif
|
||
|
|
||
|
this->AppendGlobalTargetDepends(depends,t->second);
|
||
|
lg->WriteMakeRule(ruleFileStream, "All Build rule for target.",
|