Bug 373422 - Project is rebuilt after it was built with Build All command
Summary: Project is rebuilt after it was built with Build All command
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build-managed (show other bugs)
Version: 8.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-06 15:05 EST by Alex Freidin CLA
Modified: 2020-09-04 15:17 EDT (History)
1 user (show)

See Also:


Attachments
Patch (1.25 KB, patch)
2012-03-06 15:17 EST, Alex Freidin CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Freidin CLA 2012-03-06 15:05:46 EST
Build Identifier: M20110909-1335

Steps to reproduce:
1) Disable Project > Build Automatically
2) Create a new Hello World project
3) Right click on the project and select Build Configurations > Build All
4) Click on the hammer (Build) button and observe that the project is cleaned and rebuilt for no reason.

Alternative for step (2) - use existing project and select Build Configurations > Clean All. Repeat the other steps.


Reproducible: Always
Comment 1 Alex Freidin CLA 2012-03-06 15:17:46 EST
Created attachment 212160 [details]
Patch

This quick fix made it work for me in CDT 7.0.1, but it should be further checked whether it covers all use cases.