Bug 229891

Summary: Autotools 0.0.8 regression with build special targets
Product: [Fedora] Fedora Reporter: Jeff Johnston <jjohnstn>
Component: eclipse-cdtAssignee: Jeff Johnston <jjohnstn>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-23 23:49:57 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-02-23 23:46:20 UTC
The latest version of Autotools does not support choosing a Build Special Target
that is not "all" or "clean".  Any argument other than those two is translated
to a make all.

Comment 1 Jeff Johnston 2007-02-23 23:49:57 UTC
A piece of code that sets up the Make target using a Std Make build info
property was inadvertently removed.  Thus, the target was always defaulting to
"all" as is the case for a Managed Make project which is the type of project
Autotools bases itself on.

A fix has been made which will be rolled into an 0.0.8.1 update.