Closed
Bug 903385
Opened 12 years ago
Closed 12 years ago
Broaden REPORT_BUILD and make it report why something is rebuilt
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla26
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
21.30 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
make -d is nice, but it's too verbose. Hacking pymake is nice, but it's slow.
Assignee | ||
Comment 1•12 years ago
|
||
I'm tempted to make it always display why something is rebuilt, but I'm not too sure about it. For now, it only does when REBUILD_CHECK is set.
This also changes the current output which is to display the source file, to display the target file, which, i think is better.
Attachment #788101 -
Flags: review?(gps)
Comment 2•12 years ago
|
||
Comment on attachment 788101 [details] [diff] [review]
Broaden REPORT_BUILD and make it report why something is rebuilt
Review of attachment 788101 [details] [diff] [review]:
-----------------------------------------------------------------
Nice.
I too lament the fact that make isn't hackable and pymake is too slow.
Attachment #788101 -
Flags: review?(gps) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
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
•