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:
parent
17e7934596
commit
ea21457c94
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue