Bug 60121 - Default target selection for build should be customized in 'Project options | Build'
Summary: Default target selection for build should be customized in 'Project options |...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Custom Makefiles (show other bugs)
Version: git master
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
: 71714 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-06-20 14:41 UTC by nagytam
Modified: 2005-01-09 17:05 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nagytam 2003-06-20 14:41:47 UTC
Version:            (using KDE KDE 3.1.2)
Installed from:    Debian testing/unstable Packages

The current implementation offers only a menu to build custom targets in the "custom makefile" project.

Expected behaviour would be to allow to define another
default target as well, instead of 'all'.

Project Options | Build

Set default target: 
[ all ] Or [ my_favourite_target_to_build ]

This would allow to use makefiles with several targets much more conviniently, instead of selecting every time from the menu...
Comment 1 nagytam 2003-06-20 17:29:25 UTC
Or modify the menu items to select a default target, and then "Build" would use 
the selected target instead of "all" 
Comment 2 Amilcar do Carmo Lucas 2003-11-01 19:00:50 UTC
These features are present in the autotools (atomake Manager) based projects.
Consider switching to autotools.
Comment 3 Heiko Gerdau 2003-11-10 09:51:12 UTC
You realy should consider providing this functionality. There are lots of reasons to use the custom makefiles instead of your automake manager. For instance: a project accessed by different people using different IDEs, historical grown projects, crossplatform projects with a windows side, that don't like to be forced to use unix type shells ...
Comment 4 Alexander Neundorf 2005-01-09 14:01:43 UTC
*** Bug 71714 has been marked as a duplicate of this bug. ***
Comment 5 Alexander Neundorf 2005-01-09 17:05:52 UTC
You can now configure the default make target in the projet options -> build options dialog

Alex