mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
parent
b6aed83db2
commit
2e972fcc9a
1 changed files with 0 additions and 5 deletions
|
@ -58,7 +58,6 @@ public class MakeBuilder extends ACBuilder {
|
|||
boolean bPerformBuild = true;
|
||||
IMakeBuilderInfo info = MakeCorePlugin.createBuildInfo(args, MakeBuilder.BUILDER_ID);
|
||||
if (!shouldBuild(kind, info)) {
|
||||
forgetLastBuiltState();
|
||||
return new IProject[0];
|
||||
}
|
||||
if (kind == IncrementalProjectBuilder.AUTO_BUILD) {
|
||||
|
@ -77,10 +76,6 @@ public class MakeBuilder extends ACBuilder {
|
|||
if (isClean) {
|
||||
forgetLastBuiltState();
|
||||
}
|
||||
} else {
|
||||
// This should really be based of last build state, for now its safer to just
|
||||
// forget last, until we get some kind of build state manager in the CDT Core.
|
||||
//forgetLastBuiltState();
|
||||
}
|
||||
checkCancel(monitor);
|
||||
return getProject().getReferencedProjects();
|
||||
|
|
Loading…
Add table
Reference in a new issue