Closed
Bug 1073030
Opened 11 years ago
Closed 7 years ago
replace our use of Make
Categories
(Firefox OS Graveyard :: Gaia, defect)
Firefox OS Graveyard
Gaia
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mdas, Unassigned)
Details
Make is a build tool and should be used as such, but instead, we use it to kick off other processes. We don't use it to build our code, it doesn't track dependencies, etc. We essentially use it as a cli tool, which is an awkward fit and is limiting, since the Make lexicon is simply not as expressive as a more appropriate tool.
For suggestions for alternatives, we can use mach, which was written for our scenario (a cross-platform cli tool), or just replace this with a bash script. We really have no use for make here.
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•