Bug 315811

Summary: Multiple configurations for an Autotools project pick the same build directory
Product: [Fedora] Fedora Reporter: Jeff Johnston <jjohnstn>
Component: eclipse-cdtAssignee: Jeff Johnston <jjohnstn>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-02 22:08:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Johnston 2007-10-02 19:10:35 UTC
If a single project's settings are modified to create multiple configurations,
the default build directory for each configuration will be "build".  This
obviously isn't want a user would want to happen (e.g. creating an arm-elf build
vs a mn10300-elf build and have them both build in the same directory).

Comment 1 Jeff Johnston 2007-10-02 22:08:39 UTC
A patch has been put into the latest Autotools build.  Multiple configurations
will default to using build, build1, build2, etc...