mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
forgetbuildstate if not building.
This commit is contained in:
parent
80271560e8
commit
50e9f2922d
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ 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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue