Search
j0ke.net Open Build Service
>
Projects
>
KDE
:
QT-3
>
cmake
> cmake-2.4.7-less_verbosity.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File cmake-2.4.7-less_verbosity.patch of Package cmake
--- 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.",