Closed
Bug 1256011
Opened 10 years ago
Closed 10 years ago
Replace security/manager/ssl/tests/unit/pkcs11testmodule/Makefile.in with FINAL_TARGET
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox48 fixed)
RESOLVED
FIXED
mozilla48
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | fixed |
People
(Reporter: ted, Assigned: mshal)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This Makefile just copies the shared library to an xpcshell unittest dir:
https://hg.mozilla.org/mozilla-central/file/31481f9ebdda792e0ec01d8a007de8b193bc206f/security/manager/ssl/tests/unit/pkcs11testmodule/Makefile.in
The moz.build currently uses `DIST_INSTALL = False`:
https://hg.mozilla.org/mozilla-central/file/31481f9ebdda792e0ec01d8a007de8b193bc206f/security/manager/ssl/tests/unit/pkcs11testmodule/moz.build
we could just drop that and change FINAL_TARGET to point to the desired location.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mshal
| Assignee | ||
Comment 1•10 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/40149/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/40149/
Attachment #8730782 -
Flags: review?(ted)
| Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8730782 [details]
MozReview Request: Bug 1256011 - Remove security/manager/ssl/tests/unit/pkcs11testmodule/Makefile.in; r?ted
https://reviewboard.mozilla.org/r/40149/#review36651
Attachment #8730782 -
Flags: review?(ted) → review+
Comment 4•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
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
•