Merge topic 'make-NOTPARALLEL-not-PHONY'
3cec0c75 Makefile: Generate .NOTPARALLEL without .PHONY (#14312)
This commit is contained in:
commit
99e3650e66
@ -1826,7 +1826,7 @@ void cmLocalUnixMakefileGenerator3
|
|||||||
std::vector<std::string> no_depends;
|
std::vector<std::string> no_depends;
|
||||||
this->WriteMakeRule(ruleFileStream,
|
this->WriteMakeRule(ruleFileStream,
|
||||||
"Allow only one \"make -f Makefile2\" at a time, but pass parallelism.",
|
"Allow only one \"make -f Makefile2\" at a time, but pass parallelism.",
|
||||||
".NOTPARALLEL", no_depends, no_commands, true);
|
".NOTPARALLEL", no_depends, no_commands, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user