Bug 104594 - [RFE] Can the filename of the makefile be set for managed projects?
Summary: [RFE] Can the filename of the makefile be set for managed projects?
Status: ASSIGNED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build-managed (show other bugs)
Version: 3.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: 2005-07-20 18:25 EDT by Chris Ross CLA
Modified: 2020-09-04 15:17 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Ross CLA 2005-07-20 18:25:32 EDT
GNU make will attempt to use a makefile named "GNUmakefile", in addition to the
more common "Makefile".  But, many other makes use "Makefile", and since you
only support GNU Make, I'd like to ensure that if I made a "managed C/C++
project", it wouldn't overwrite the Makefile's I have for other make's.
(the support for other make's is obviously another issue)