Closed
Bug 715645
Opened 13 years ago
Closed 13 years ago
add makefile vars to disable Makefile regeneration rules
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: ted)
References
Details
Attachments
(1 file)
(deleted),
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
I'm doing some funny things in bug 643692, generating Makefiles directly into the objdir from .gyp files, without Makefile.ins in the srcdir. Our build system gets confused when there's no Makefile.in to rebuild from, so I have a patch that lets us selectively disable that.
Assignee | ||
Comment 1•13 years ago
|
||
Pretty simple patch, it WFM.
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 586193 [details] [diff] [review]
Add Makefile vars to skip the rules that regenerate Makefiles from Makefile.in
I'm using this in my GYP-generated Makefiles and it seems to be working well.
Attachment #586193 -
Flags: review?(khuey)
Attachment #586193 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 3•13 years ago
|
||
I landed this on alder:
http://hg.mozilla.org/projects/alder/rev/3ad14f5fed4c
It'll get back to m-c eventually.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•