Closed
Bug 459738
Opened 17 years ago
Closed 17 years ago
Makefile.ref: js{builtins,interp}.cpp are compiled without -MMD
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jorendorff, Unassigned)
Details
Attachments
(1 file)
|
4.54 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
So no makefile dependency files are generated, and if e.g. only jsbuiltins.cpp is touched, it doesn't get rebuilt next time.
| Reporter | ||
Comment 1•17 years ago
|
||
make sure all CFLAGS are always used when compiling
Assignee: nobody → jorendorff
Attachment #342946 -
Flags: review?(mrbkap)
Comment 2•17 years ago
|
||
Comment on attachment 342946 [details] [diff] [review]
v1
Looks good to me. I guess nobody actually uses INTERP_XCFLAGS or BUILTINS_XCFLAGS?
Attachment #342946 -
Flags: review?(mrbkap) → review+
| Reporter | ||
Comment 3•17 years ago
|
||
Assigned To ===> not me
I have no plans to land this. For me, it's obsoleted by the new configure-based build system.
Assignee: jorendorff → nobody
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Component: Cmd-line Features → Build Config
QA Contact: cmd-line → build-config
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•