1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

The clean call added for the case build description calculation is failed and full build is needed

This commit is contained in:
Mikhail Sennikovsky 2006-03-11 00:15:40 +00:00
parent 17e7934596
commit ea21457c94

View file

@ -377,6 +377,7 @@ public class GeneratedMakefileBuilder extends ACBuilder {
ResourceDeltaVisitor visitor = new ResourceDeltaVisitor(info);
delta.accept(visitor);
if (visitor.shouldBuildFull()) {
clean(new SubProgressMonitor(monitor, IProgressMonitor.UNKNOWN));
fullBuildNeeded = true;
}
}