Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 355772 - Make Target Build / Rebuild Last Target
Summary: Make Target Build / Rebuild Last Target
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 8.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-24 18:34 EDT by Matt Davies CLA
Modified: 2020-09-04 15:23 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Davies CLA 2011-08-24 18:34:07 EDT
Build Identifier: 20110615-0604

For larger projects containing nested source folders this functionality does not provide access to make targets where the targets are not directly in the same directory. For example, Makefiles are commonly associated with one to three directory levels of source at or below the level containing the Makefile itself (think api vs impl etc).

In this case the target selection dialog presents an empty set of targets.

A simple but useful enhancement that would be very useful would be for the command to search for targets in a container starting in the current ("linked", say) container and upward toward to the project root so that a set of targets may always be presented to the user.

In this case the target selection dialog always presents targets.

Reproducible: Always

Steps to Reproduce:
1. Run the Make Target Build Command
2. A non-empty set of targets is presented from the current linked container or nearest parent folder with defined targets.