1
0
Fork 0
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:
Alain Magloire 2003-09-30 15:40:51 +00:00
parent 80271560e8
commit 50e9f2922d

View file

@ -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) {