Closed
Bug 856370
Opened 12 years ago
Closed 12 years ago
Remove VPATH from webspeech/Makefile.in
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
Attachments
(1 file, 1 obsolete file)
6.83 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
I think we decided to have separate modules for synthesis and recognition. We also talked about VPATH being generally bad.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #731576 -
Flags: review?(bugs)
Comment 2•12 years ago
|
||
Comment on attachment 731576 [details] [diff] [review]
Add a Makefile.in in webspeech/recognition and remove webspeech top-level VPATH.
I think you should add dom_webspeech.xpt to removed-files.in, and you could
just move Makefile.in and moz.build to the new place and modify them there.
Attachment #731576 -
Flags: review?(bugs) → review-
Assignee | ||
Comment 3•12 years ago
|
||
Assignee: nobody → eitan
Attachment #731576 -
Attachment is obsolete: true
Attachment #732548 -
Flags: review?(bugs)
Comment 4•12 years ago
|
||
Comment on attachment 732548 [details] [diff] [review]
Move webspeech/Makefile.in to recognition folder.
Not sure you need #ifdef in removed-files.in
Attachment #732548 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #4)
> Comment on attachment 732548 [details] [diff] [review]
> Move webspeech/Makefile.in to recognition folder.
>
> Not sure you need #ifdef in removed-files.in
Yeah, not sure why I would. I just saw it used elsewhere. I'll remove them.
Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Comment 8•12 years ago
|
||
Just a comment on the removed-files.in patch: I think this was not really needed as all .xpt files get merged into interfaces.xpt (inside omni.jar) or browser.xpt (when building without omni.jar) when packaging the installer/updater. So a end user would not have had a single dom_webspeech.xpt file on his PC anyway.
You need to log in
before you can comment on or make changes to this bug.
Description
•