ENH: fix for subdir all target after control c
This commit is contained in:
parent
88e3cd53ab
commit
bec28bb03b
@ -1446,8 +1446,6 @@ void cmLocalUnixMakefileGenerator3
|
||||
|
||||
depends.push_back("cmake_check_build_system");
|
||||
|
||||
if (!this->Parent)
|
||||
{
|
||||
std::string progressDir = this->Makefile->GetHomeOutputDirectory();
|
||||
progressDir += cmake::GetCMakeFilesDirectory();
|
||||
cmOStringStream progCmd;
|
||||
@ -1462,9 +1460,12 @@ void cmLocalUnixMakefileGenerator3
|
||||
{
|
||||
n = 100;
|
||||
}
|
||||
if (this->Parent)
|
||||
{
|
||||
n = 0;
|
||||
}
|
||||
progCmd << " " << n;
|
||||
commands.push_back(progCmd.str());
|
||||
}
|
||||
|
||||
std::string mf2Dir = cmake::GetCMakeFilesDirectoryPostSlash();
|
||||
mf2Dir += "Makefile2";
|
||||
|
Loading…
x
Reference in New Issue
Block a user