Closed
Bug 1135075
Opened 10 years ago
Closed 10 years ago
move generation of nsStyleStructList.h to GENERATED_FILES
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox38 fixed)
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
mshal
:
review+
|
Details | Diff | Splinter Review |
We can't completely eliminate the Makefile.in here, because we still
need the INSTALL_TARGETS bits to export the generated header, but we can
at least get rid of a lot of the Makefile.in.
Assignee | ||
Comment 1•10 years ago
|
||
We can't completely eliminate the Makefile.in here, because we still
need the INSTALL_TARGETS bits to export the generated header, but we can
at least get rid of a lot of the Makefile.in.
Attachment #8567123 -
Flags: review?(mshal)
Assignee | ||
Updated•10 years ago
|
Blocks: nomakerules
Updated•10 years ago
|
Attachment #8567123 -
Flags: review?(mshal) → review+
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Comment 3•10 years ago
|
||
It would be nice if we could make:
GENERATED_FILES += ['foo.h']
EXPORTS += ['foo.h']
Do the right thing. Followup?
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
•