ENH: cleanup
This commit is contained in:
parent
14cc1efe2c
commit
ede1491f5a
@ -397,12 +397,6 @@ cmMakefileTargetGenerator
|
|||||||
// Construct the build message.
|
// Construct the build message.
|
||||||
std::vector<std::string> no_commands;
|
std::vector<std::string> no_commands;
|
||||||
std::vector<std::string> commands;
|
std::vector<std::string> commands;
|
||||||
std::string buildEcho = "Building ";
|
|
||||||
buildEcho += lang;
|
|
||||||
buildEcho += " object ";
|
|
||||||
buildEcho += relativeObj;
|
|
||||||
this->LocalGenerator->AppendEcho(commands, buildEcho.c_str(),
|
|
||||||
cmLocalUnixMakefileGenerator3::EchoBuild);
|
|
||||||
|
|
||||||
// add in a progress call if needed
|
// add in a progress call if needed
|
||||||
cmGlobalUnixMakefileGenerator3* gg =
|
cmGlobalUnixMakefileGenerator3* gg =
|
||||||
@ -424,6 +418,13 @@ cmMakefileTargetGenerator
|
|||||||
}
|
}
|
||||||
commands.push_back(progCmd.str());
|
commands.push_back(progCmd.str());
|
||||||
|
|
||||||
|
std::string buildEcho = "Building ";
|
||||||
|
buildEcho += lang;
|
||||||
|
buildEcho += " object ";
|
||||||
|
buildEcho += relativeObj;
|
||||||
|
this->LocalGenerator->AppendEcho(commands, buildEcho.c_str(),
|
||||||
|
cmLocalUnixMakefileGenerator3::EchoBuild);
|
||||||
|
|
||||||
// Construct the compile rules.
|
// Construct the compile rules.
|
||||||
std::string compileRuleVar = "CMAKE_";
|
std::string compileRuleVar = "CMAKE_";
|
||||||
compileRuleVar += lang;
|
compileRuleVar += lang;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user