Open
Bug 1256610
Opened 10 years ago
Updated 3 years ago
Move mozglue/build/Makefile.in contents to moz.build
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: ted, Unassigned)
References
(Blocks 1 open bug)
Details
This Makefile does two things:
https://hg.mozilla.org/mozilla-central/file/5e14887312d4523ab59c3f6c6c94a679cf42b496/mozglue/build/Makefile.in
1) Generate mozglue.def from mozglue.def.in on Windows using the Python preprocessor. This should be trivial to move to GENERATED_FILES using a Python script.
2) Set some LDFLAGS on arm.
| Reporter | ||
Comment 1•10 years ago
|
||
The `include replace_malloc.mk` bit is covered by bug 1256608.
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•