mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-14 03:35:37 +02:00
Commit for Leo Treggiari:
Fix for bugzilla 78047 -- Build all results in a 'clean all''
This commit is contained in:
parent
b7c36f5113
commit
486c5d2c70
1 changed files with 3 additions and 1 deletions
|
@ -863,7 +863,9 @@ public class ManagedBuildInfo implements IManagedBuildInfo, IScannerInfo {
|
|||
rebuildNeeded = rebuild;
|
||||
// TODO: Is the appropriate? Should the rebuild state be stored in the project file?
|
||||
// and in the managed project
|
||||
//managedProject.setRebuildNeeded(rebuild);
|
||||
if (getDefaultConfiguration() != null) {
|
||||
getDefaultConfiguration().setRebuildState(rebuild);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue