Closed
Bug 602494
Opened 14 years ago
Closed 12 years ago
REPORT_BUILD accounts for thousands of shell invocations per build
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 780508
People
(Reporter: khuey, Unassigned)
Details
http://mxr.mozilla.org/mozilla-central/source/config/rules.mk#65
We call this for every .cpp, .idl, etc that we do something with. This adds up to thousands of invocations (all of which fire off a shell) per build.
Reporter | ||
Updated•14 years ago
|
Comment 1•14 years ago
|
||
We can/should probably self-host simplistic echo statements directly in python.
Comment 2•14 years ago
|
||
I had a native command echo written, but I stopped because I thought about trying to handle redirection and it was a pain. If we didn't bother trying to handle redirects it's trivial to write. Maybe this could block bug 585010?
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•